blob: 64289244e2e05ff6b6a4ce845cb714f788dcd271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
class="reftest-wait"
onload="setTimeAndSnapshot(2.5, false)">
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect x="15" y="15" width="50" height="200" fill="blue">
<animate attributeName="width"
from="50" to="200" begin="0s" dur="2s" fill="freeze"/>
</rect>
</svg>
|