2008-08-15 14:24:01 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<g transform="scale(0.5)">
|
2012-02-17 12:12:47 +04:00
|
|
|
<foreignObject id="fO" x="10" y="10" width="100" height="100"/>
|
2012-12-22 14:07:00 +04:00
|
|
|
<image id="i" x="10" y="10" width="100" height="100"/>
|
2008-08-15 14:24:01 +04:00
|
|
|
</g>
|
2009-11-18 23:59:24 +03: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 12:07:32 +04:00
|
|
|
<text id="tspan">
|
|
|
|
<tspan x="20" y="20">b</tspan>
|
|
|
|
</text>
|
2015-01-02 19:47:47 +03:00
|
|
|
<text id="text" x="20" y="60">text</text>
|
|
|
|
<!-- ‎ is the same as the HTML ‎ -->
|
|
|
|
<text id="lrmText" x="20" y="60">‎text</text>
|
2012-01-23 21:42:32 +04: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 15:42:54 +04:00
|
|
|
<g id="e">
|
|
|
|
<!-- empty container should not affect parent's bbox -->
|
|
|
|
<g/>
|
2014-02-20 00:46:43 +04:00
|
|
|
<!-- neither should a path, -->
|
|
|
|
<path/>
|
|
|
|
<!-- a polygon -->
|
|
|
|
<polygon/>
|
|
|
|
<!-- or an empty text element -->
|
2013-09-26 16:42:15 +04:00
|
|
|
<text x="185" y="25"/>
|
2012-03-15 15:42:54 +04:00
|
|
|
<circle cx="100" cy="100" r="5"/>
|
2012-04-16 12:23:48 +04:00
|
|
|
<g/>
|
|
|
|
<circle cx="100" cy="100" r="5"/>
|
|
|
|
<g/>
|
2012-03-15 15:42:54 +04:00
|
|
|
</g>
|
2008-08-15 14:24:01 +04:00
|
|
|
</svg>
|