Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
class="reftest-wait"
onload="go()">
<style>
rect { fill: blue; stroke: black; }
</style>
<script xlink:href="../smil-grid.js" type="text/javascript"/>
<script xlink:href="../smil-util.js" type="text/javascript"/>
<script>
function go() {
var animAttrHash = { "attributeName" : "fill-opacity",
"from" : "1",
"to" : "0" };
testAnimatedRectGrid("animate", [animAttrHash]);
}
</script>
</svg>