VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

Proposal: provide a possibility of passing custom zoom factor to renderer (not graphics)

Open nicky1038 opened this issue 6 years ago • 0 comments
trafficstars

Before this proposal one could pass a custom factor parameter to graphics.scale method BUT calling it directly causes:

  • no redendering;
  • no raising scale event 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.

nicky1038 avatar Mar 26 '19 15:03 nicky1038