Source code
Revision control
Copy as Markdown
Other Tools
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<rect width="100" height="100" fill="red">
<set attributeName="fill" to="green" begin="3s" dur="0.5s" />
</rect>
</svg>