2008-08-15 03:24:01 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<g transform="scale(0.5)">
|
2012-02-17 00:12:47 -08:00
|
|
|
<foreignObject id="fO" x="10" y="10" width="100" height="100"/>
|
2012-12-22 02:07:00 -08:00
|
|
|
<image id="i" x="10" y="10" width="100" height="100"/>
|
2008-08-15 03:24:01 -07:00
|
|
|
</g>
|
2009-11-18 12:59:24 -08:00
|
|
|
<text id="b" x="20" y="20">b</text>
|
|
|
|
<text id="a" x="20" y="30">a</text>
|
|
|
|
<text id="y" x="20" y="40">y</text>
|
2012-07-27 01:07:32 -07:00
|
|
|
<text id="tspan">
|
|
|
|
<tspan x="20" y="20">b</tspan>
|
|
|
|
</text>
|
2012-01-23 09:42:32 -08:00
|
|
|
<g id="v">
|
|
|
|
<circle cx="100" cy="50" r="5"/>
|
|
|
|
<path d="M 100,100 L 100,200"/>
|
|
|
|
</g>
|
|
|
|
<g id="h">
|
|
|
|
<circle cx="200" cy="50" r="5"/>
|
|
|
|
<path d="M 200,100 L 300,100"/>
|
|
|
|
</g>
|
2012-03-15 04:42:54 -07:00
|
|
|
<g id="e">
|
|
|
|
<!-- empty container should not affect parent's bbox -->
|
|
|
|
<g/>
|
2014-02-19 12:46:43 -08:00
|
|
|
<!-- neither should a path, -->
|
|
|
|
<path/>
|
|
|
|
<!-- a polygon -->
|
|
|
|
<polygon/>
|
|
|
|
<!-- or an empty text element -->
|
2013-09-26 05:42:15 -07:00
|
|
|
<text x="185" y="25"/>
|
2012-03-15 04:42:54 -07:00
|
|
|
<circle cx="100" cy="100" r="5"/>
|
2012-04-16 01:23:48 -07:00
|
|
|
<g/>
|
|
|
|
<circle cx="100" cy="100" r="5"/>
|
|
|
|
<g/>
|
2012-03-15 04:42:54 -07:00
|
|
|
</g>
|
2008-08-15 03:24:01 -07:00
|
|
|
</svg>
|