console
<svg width="2500" height="1000">
<!-- <rect width="200" height="200"fill="red" stroke-width="1" stroke="black" stroke-dasharray="10,10"/>
<circle r="100" cx="100" cy="100" fill="pink" stroke="red"/>
<ellipse cx="400" cy="250" rx="200" ry="20" fill="purple"/>
<ellipse cx="400" cy="225" rx="150" ry="20" fill="green"/>
<ellipse cx="400" cy="200" rx="100" ry="20" fill="yellow"/>
<line x1="250" y1="250" x2="450" y2="450" stroke="red" stroke-width="5" stroke-dasharray="10,15"/>
<polyline points="50,80 70,130 90,100 110,150" fill="none" stroke="black"/>
<polygon points="100,225 115,275 75,245 125,245 85,275 100,225" fill="yellow" stroke="yello"/>
<text x="150" y="500" stroke-width="2" stroke="" fill="pink" font-size="100" stroke-dasharray="20">我爱你</text> -->
<rect width="500" height="500" fill="pink">
<set attributeName="fill" to="blue" begin="click"/>
</rect>
</svg>