anim-x-done-1a.svg 396 B

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