svgdotjs / svg.resize.js

An extension of svg.js which allows to resize elements which are selected
MIT License
92 stars 67 forks source link

Resizing with Aspect Ratio #21

Closed Santhoshsvg closed 8 years ago

Santhoshsvg commented 8 years ago

Correct me if i am wrong.

Somewhere while using the older version and the newer version of svg resize, i came across using the Shift key for maintaining the Aspect ratio.

Now in the latest svg.resize there is no information regarding the maintaining Aspect ratio and resizing.

Please throw some light on this.

Fuzzyma commented 8 years ago

It never was there - shift key is for snapping to a grid which you can specify with an option. btw: there is another issue open (the very first after yours) which handles the same problem

Santhoshsvg commented 8 years ago

Thanks a lot Ulrich master.

Will look for options and will try to use the PreserveAspectRatio property if possbile.

Will close this comment.