2 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <g transform=
"scale(0.5)">
4 <foreignObject id=
"fO" x=
"10" y=
"10" width=
"100" height=
"100"/>
5 <image id=
"i" x=
"10" y=
"10" width=
"100" height=
"100"/>
7 <text id=
"b" x=
"100" y=
"100">abcdef
</text>
8 <text id=
"a" x=
"20" y=
"30">a
</text>
9 <text id=
"y" x=
"20" y=
"40">y
</text>
10 <text id=
"tspantext1">
11 <tspan id=
"tspan1" x=
"100" y=
"100">abcdef
</tspan>
13 <text id=
"tspantext2" x=
"100" y=
"100">ABCEDF
<tspan id=
"tspan2">ABCEDF
</tspan></text>
14 <text id=
"text" x=
"20" y=
"60">text
</text>
15 <!-- ‎ is the same as the HTML ‎ -->
16 <text id=
"lrmText" x=
"20" y=
"60">‎text
</text>
18 <circle cx=
"100" cy=
"50" r=
"5"/>
19 <path d=
"M 100,100 L 100,200"/>
22 <circle cx=
"200" cy=
"50" r=
"5"/>
23 <path d=
"M 200,100 L 300,100"/>
26 <!-- empty container should not affect parent's bbox -->
28 <!-- neither should a path, -->
32 <!-- or an empty text element -->
33 <text x=
"185" y=
"25"/>
34 <circle cx=
"100" cy=
"100" r=
"5"/>
36 <circle cx=
"100" cy=
"100" r=
"5"/>
39 <use x=
"100" y=
"100" id=
"use_v" href=
"#v"/>
40 <use x=
"100" y=
"100" id=
"use_h" href=
"#h"/>
41 <use x=
"100" y=
"100" id=
"use_e" href=
"#e"/>