alexjlockwood / ShapeShifter

SVG icon animation tool for Android, iOS, and the web
https://shapeshifter.design
Apache License 2.0
3.97k stars 200 forks source link

Rotate around center? #337

Closed johnknoop closed 5 years ago

johnknoop commented 5 years ago

Rotations behave a bit weirdly since the groups don't rotate around their center points. Is there any way to accomplish that, or maybe define the transport origin?

Otherwise, great tool!

alexjlockwood commented 5 years ago

It should be possible if you set the pivotX and pivotY properties on the group (by default they are set to 0).

johnknoop commented 5 years ago

Works great. Thanks!