summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/anim-svg-viewBox-03.svg
blob: 5415840333714fd69165424fce584d4d13a89616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     class="reftest-wait"
     onload="setTimeAndSnapshot(12, true)">
  <title>Test discrete animation of the "viewBox" attribute on the "svg" element</title>
  <script xlink:href="smil-util.js" type="text/javascript"/>
  <rect width="100%" height="100%" fill="lime"/>

  <svg width="200" height="200" viewBox="200 0 150 50">
    <animate attributeName="viewBox"
             calcMode="discrete"
             begin="10s" dur="4s"
             values="200 0 150 50; none; 200 0 150 50"
             fill="freeze"/>
    <rect x="-100" y="-100" width="1000" height="1000" fill="red"/>
    <rect width="200" height="200" fill="lime"/>
  </svg>
</svg>