mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
14 lines
467 B
XML
14 lines
467 B
XML
<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.
|
|
-->
|
|
<rect width="100" height="100" fill="red">
|
|
<animate attributeName="fill" attributeType="CSS" id="a"
|
|
values="orange; green; purple"
|
|
begin="a.end; -1s" dur="2s"/>
|
|
</rect>
|
|
</svg>
|