ibrierley / Snap.svg.FreeTransform

Free transform tool for Snap.svg elements
36 stars 10 forks source link

Transform box trails go beyond the svg borders #6

Closed snikit closed 6 years ago

snikit commented 6 years ago

It happens only if you scale first .

If you move or rotat eand then do it , it works fine

image

ibrierley commented 6 years ago

Have you tried the dev branch https://github.com/ibrierley/Snap.svg.FreeTransform/tree/development

snikit commented 6 years ago

Thanks Sir for the reply ,but I just did , the issue is still there

image

I'll also try to debug

ibrierley commented 6 years ago

Can you put your example on a fiddle or something to see, I can't get it to happen at http://svg.dabbles.info/Snap.svg.FreeTransform/ for example if I add a scale, but maybe I'm misunderstanding the order of things you are doing.

snikit commented 6 years ago

Silly me! the issue was with snap.svg version . I was Snap.svg 0.4.1 . I changed to 0.5.0 and it worked .