What steps will reproduce the problem?
1. Parse SVG document with two animateTransforms with the same type on a
single element.
2. Look at the animation.
What is the expected output? What do you see instead?
Expected that both animateTransforms have an effect on the element.
Instead, only the second transform has effect.
This happens because animateTransforms are parsed to affect the literal
object transforms (#rotation, #scale, etc.) instead of adding a new
transform to the transformList to animate it.
Original issue reported on code.google.com by Ilmari.H...@gmail.com on 19 Mar 2008 at 5:41
Original issue reported on code.google.com by
Ilmari.H...@gmail.com
on 19 Mar 2008 at 5:41