VivaGraphJS
VivaGraphJS copied to clipboard
Proposal: provide a possibility of passing custom zoom factor to renderer (not graphics)
trafficstars
Before this proposal one could pass a custom factor parameter to graphics.scale method BUT calling it directly causes:
- no redendering;
- no raising
scaleevent by renderer; - no changing of
transform.scale.
Of course these actions could be done later in third party code, but in this case it should just repeat the existing renderer.scale method. It's better to allow developers not to do so.