Closed gregbaker closed 8 years ago
I just did a git bisect on the problem: the issue appears in f82a25f89b42749f2f91d8eb01bae8e79ff0a2bb which makes sense, since it introduces a change to the transform string.
Reverting this improvement until we can figure out what could be happening. @nlaplume any idea?
There seems to be a regression in the way animation of rotations are calculated between versions 2.1.2 and 2.2.0. The intermediate steps in the rotation are no longer a smooth rotation, but involve shrinking the element.
This page demonstrates: clicking the shape should rotate it smoothly in 120 degree increments. Version "2.2.1" with "2.1.2" shows the expected behaviour.