blob: e5515db10cfa0343169b55e9d297d79e387fdcfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<style>
rect { fill: blue !important; }
</style>
<rect x="15" y="15" width="200" height="200">
<set attributeName="fill" attributeType="CSS"
to="red" begin="0s" fill="freeze"/>
</rect>
</svg>
|