1 <?xml version=
"1.0" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1//EN" "SVG-1.1-monolithic-fixed.dtd">
3 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" id=
"animation-extRef-image1" width=
"360" height=
"120" viewBox=
"0 0 360 120">
4 <g style=
"stroke: black; stroke-width:2">
5 <rect x=
"2" y=
"10" width=
"0" height=
"20" style=
"fill: lightgreen">
6 <animate attributeName=
"width" attributeType=
"XML" from=
"0" to=
"120" begin=
"1s" dur=
"5s" fill=
"freeze"/>
8 <rect x=
"2" y=
"50" width=
"0" height=
"20" style=
"fill: blue">
9 <animate attributeName=
"width" attributeType=
"XML" from=
"0" to=
"120" begin=
"1s" dur=
"5s" fill=
"freeze"/>
11 <rect x=
"2" y=
"90" width=
"0" height=
"20" style=
"fill: red">
12 <animate attributeName=
"width" attributeType=
"XML" from=
"0" to=
"120" begin=
"1s" dur=
"5s" fill=
"freeze"/>
16 <text x=
"280" y=
"30" style=
"font-size:20">Image
1</text>