Source code
Revision control
Copy as Markdown
Other Tools
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.getElementById("a").style.MozAnimationName = "a";
}, 0);
}, false);
</script>
<rect id="a"><animate attributeName="fill" by="#AAF573"/></rect>
</svg>