2010-01-12 12:00:49 -08:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
class="reftest-wait"
|
|
|
|
onload="setTimeAndSnapshot(2, true)">
|
|
|
|
<script xlink:href="../smil-util.js" type="text/javascript"/>
|
|
|
|
<!--
|
|
|
|
A valid self-referential cycle.
|
|
|
|
|
|
|
|
We have a 4s animation which should give us green after 1s of its active
|
|
|
|
duration. The active duration is constrained to 2s using a self-referential
|
|
|
|
end spec. Furthermore a self-referential begin spec causes the animation to
|
|
|
|
restart as soon as it begins.
|
|
|
|
-->
|
|
|
|
<rect width="100" height="100" fill="red">
|
|
|
|
<animate attributeName="fill" attributeType="CSS" id="a"
|
2010-01-12 12:00:49 -08:00
|
|
|
values="orange; green; blue; yellow; purple"
|
2010-01-12 12:00:49 -08:00
|
|
|
begin="a.end; -1s" end="a.begin+2s" dur="4s"/>
|
|
|
|
</rect>
|
|
|
|
</svg>
|