Ian
Ian
Thanks for the feedback, originally I didn't have a Safari version to test anything on, but I do now. If you let me know anything in particular that doesn't work...
Have you tried the updateHandles() method ? Could you do a minimal jsfiddle if not ?
Not sure it's the same issue (not saying there isn't a separate one tho as per other thread). I think the issue with this case if I'm understanding it right,...
Only quick workaround I can think of, is something to scale the bbox outwards by choice. Just testing an example at http://svg.dabbles.info/fttest/test1.html which introduces an extra option of bboxScale (at...
Hmm I think if I'm understanding you right, it will still resize it (ie that's based on the bbox + bboxScale rather than just bboxScale), and that will still vary...
Ok, makes perfect sense actually. I think some bits would need a major rewrite, which makes sense, just being honest, I don't have time to do just atm. I will...
Nothing specific that does everything already that I'm aware of..there's a few part solutions that may be of use depending on your requirement. There is snap svg pan zoom https://github.com/hueitan/snap.svg.zpd...
Actually, it may be worth your while trying setting the bboxScale to a sort of inverse value based on the objects bounding box or something (i.e the bigger it is,...
I've had a bit of time to look at it, and I've pushed a new version to the development branch. If you get chance, I'd like to know if it...
If you wanted to experiment, you could try http://svg.dabbles.info/fttestnew/snap.svg.free_transform_rotatedhandle.js where I just added an option initRotatedHandle and let me know how you get on.