Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/smil/anim-svg-viewBox-03.svg
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>