mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
9 lines
343 B
XML
9 lines
343 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
class="reftest-wait"
|
|
onload="setTimeAndSnapshot(5)">
|
|
<script xlink:href="../smil-util.js" type="text/javascript"/>
|
|
<rect width="100" height="100" fill="red">
|
|
<set attributeName="fill" to="green" dur="1s" repeatDur="indefinite"/>
|
|
</rect>
|
|
</svg>
|