1 <?xml version=
"1.0" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
3 <svg version=
"1.1" xmlns=
"http://www.w3.org/2000/svg" width=
"480" height=
"360" viewBox=
"64 227 72 72" preserveAspectRatio=
"none">
4 <g id=
"test-body-content" transform=
"rotate(5)">
5 <text x=
"100" y=
"20" style=
"font-size:12">Some circles with ids, for linking tests.
</text>
6 <circle id=
"circle-1" cx=
"220" cy=
"140" r=
"35" style=
"fill:red; stroke:black"/>
7 <text style=
"font-family:Helvetica;font-size:12" x=
"203" y=
"99">circle-
1</text>
8 <circle id=
"circle-2" cx=
"100" cy=
"260" r=
"20" style=
"stroke:lime; fill:yellow; stroke-width:4"/>
9 <text style=
"font-family:Helvetica;font-size:12" x=
"80" y=
"295">circle-
2</text>
10 <!-- Framing rect for circle-2 -->
11 <rect x=
"64" y=
"227" width=
"72" height=
"72" style=
"fill:none; stroke:black"/>
12 <circle id=
"circle-3" cx=
"340" cy=
"260" r=
"50" style=
"stroke:blue; fill:none; stroke-width:10"/>
13 <text style=
"font-family:Helvetica;font-size:12" x=
"320" y=
"332">circle-
3</text>
15 <g id=
"test-legend" transform=
"rotate(5)">
16 <!-- Test-framing rectangle, drawn just inside viewport boundary. -->
17 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" style=
"fill:none; stroke:#000000"/>