1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <animate id=
"anim" attributeName=
"visibility" to=
"visible" begin=
"0s" end=
"5s"/>
4 <rect x=
"0" y=
"0" width=
"50" height=
"50" fill=
"rgb(255, 0, 0)">
5 <set id=
"set1" attributeName=
"fill" to=
"rgb(0, 255, 0)" begin=
"2s" fill=
"freeze"/>
6 <set id=
"set2" attributeName=
"fill" to=
"rgb(0, 0, 255)" begin=
"3s" fill=
"freeze"/>
9 <discard id=
"discard1" xlink:
href=
"#set1" begin=
"1s"/>
10 <discard id=
"discard2" xlink:
href=
"#set2"/>
11 <discard id=
"discard3" xlink:
href=
"#discard1"/>