gecko/layout/reftests/svg/smil/motion/animateMotion-indefinite-to-2.svg
Daniel Holbert 67b38c4820 Bug 683040 followup: Extra reftests for animateMotion & indefinite to-animation. r=birtles
--HG--
rename : layout/reftests/svg/smil/anim-indefinite-to-1.svg => layout/reftests/svg/smil/motion/animateMotion-indefinite-to-1.svg
rename : layout/reftests/svg/smil/anim-indefinite-to-2.svg => layout/reftests/svg/smil/motion/animateMotion-indefinite-to-2.svg
2011-09-06 16:50:57 -07:00

12 lines
445 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<!-- Test that an indefinite to-animation with discrete calcMode applies
the underlying value for the whole time. -->
<rect width="100%" height="100%" fill="lime"/>
<rect x="15" y="15" width="100" height="100" fill="red"/>
<rect x="15" y="15" width="100" height="100" fill="lime">
<animateMotion to="500,500" dur="indefinite"
calcMode="discrete"/>
</rect>
</svg>