]> source.dussan.org Git - svg.js.git/commit
Fix a bug with the animation of a scale transform
authorRémi Tétreault <tetreault.remi@gmail.com>
Thu, 3 Nov 2016 03:56:03 +0000 (23:56 -0400)
committerRémi Tétreault <tetreault.remi@gmail.com>
Tue, 8 Nov 2016 07:00:33 +0000 (02:00 -0500)
commite3a9343891a11118e93e1a34c5ea49d65850fb6d
tree17479d28c4d0d09c68daf01fb5cd1c9f473c754e
parent8b24eb02ded49b77f04cb7b5214c224569fc841b
Fix a bug with the animation of a scale transform

Fix the bug where animating a scale transform also caused a translation
when there was already a transform in place.
dist/svg.js
dist/svg.min.js
spec/spec/fx.js
src/transform.js