blob: 8eed11489aa0e39452b41711d0e4d8d5e7e03704 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20" y="20" height="50" width="50" fill="blue">
<animate attributeName="display" by="inline"
begin="0s" dur="1s"/>
</rect>
</svg>
|