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-feDistantLight-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
class="reftest-wait">
<title>Testcase for animation of the "elevation" attribute of the "feDistantLight" element</title>
<script xlink:href="smil-util.js" type="text/javascript"/>
<defs>
<filter id="f" x="0" y="0" width="0.5" height="0.5">
<feDiffuseLighting kernelUnitLength="1" lighting-color="lime">
<feDistantLight elevation="0">
<animate attributeName="elevation"
calcMode="linear"
begin="0s" dur="2s"
from="0" to="200"
fill="freeze"/>
</feDistantLight>
</feDiffuseLighting>
</filter>
</defs>
<path d="M0,0 h100 v100 h-100 z" filter="url(#f)"/>
<script type="text/javascript">
function doTest() {
setTimeAndSnapshot(1, true);
}
window.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</svg>