You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially thought that having get/set methods for the visual parameters was a nice idea. It is quite handy to have the ability to change parameters at runtime (after creation), but I haven't really seen anyone using these functions apart from the initial set up of the CanvasLoader instances, so I believe we can deprecate this functionality and add a initial visual Object parameter to the constructor instead (as mentioned in issue #6). This solution also should decrease the file size quite significantly. This feature will be implemented in the next version.
The text was updated successfully, but these errors were encountered:
I initially thought that having get/set methods for the visual parameters was a nice idea. It is quite handy to have the ability to change parameters at runtime (after creation), but I haven't really seen anyone using these functions apart from the initial set up of the CanvasLoader instances, so I believe we can deprecate this functionality and add a initial visual Object parameter to the constructor instead (as mentioned in issue #6). This solution also should decrease the file size quite significantly. This feature will be implemented in the next version.
The text was updated successfully, but these errors were encountered: