DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

Remove transform string reduction to prevent incorrect animations. #1060

Closed gregbaker closed 8 years ago

gregbaker commented 8 years ago

This reverses f82a25f89b42749f2f91d8eb01bae8e79ff0a2bb and closes #1059.

It may be possible to restore the optimization from that commit for .attr() [where it should be correct] but not .animate(), but that's beyond my skill in this codebase.