blob: f9abef8e3240236be28f54379500547975d61d80 [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<svg xmlns="http://www.w3.org/2000/svg">
2<text x="10" y="20">Testing calcMode="discrete" for &lt;animateTransform&gt;. The rect should jump by 100px at 2s.</text>
3<rect y="30" width="100px" height="100px" fill="green">
4 <animateTransform attributeName="transform" type="translate" from="0,0" to="100,0" calcMode="discrete" fill="freeze" dur="4s"/>
5</rect>
6</svg>