Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/smil/anim-strokecolor-1.svg
class="reftest-wait"
onload="setTimeAndSnapshot(2.5, false)">
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect x="20" y="20" width="190" height="190"
fill="rgb(0,0,255)" stroke="rgb(255,0,0)" stroke-width="10">
<animateColor attributeName="stroke"
from="rgb(255,0,0)" to="rgb(0,0,255)"
begin="0s" dur="2s" fill="freeze"/>
</rect>
</svg>