mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
652 B
XML
18 lines
652 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
class="reftest-wait"
|
|
onload="
|
|
document.documentElement.pauseAnimations();
|
|
document.documentElement.setCurrentTime(1);
|
|
setTimeAndSnapshot(2, false);">
|
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
|
<!--
|
|
Same as in inactivate-with-active-unchanged-1.svg, but with a frozen
|
|
animation.
|
|
-->
|
|
<rect x="15" y="15" width="200" height="200" fill="orange">
|
|
<set attributeName="fill" to="blue" begin="0s" dur="0.5s" fill="freeze"/>
|
|
<set attributeName="fill" to="red" begin="1s" dur="0.5s"/>
|
|
</rect>
|
|
</svg>
|