katetem / cakejs

Automatically exported from code.google.com/p/cakejs
0 stars 0 forks source link

SVG animateTransform:s don't stack #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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