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

limit resize point up to container #61

Open bugloos opened 4 years ago

bugloos commented 4 years ago

i want to resize a shape ,but when i scale it bigger than container its point hide, shapeItem.selectize().resize({snapToGrid: 10, snapToAngle: 45, saveAspectRatio: true}); how can i? Image

Fuzzyma commented 4 years ago

Give me a codepen or jsfiddle which shows the issue