blob: cb621584f97be82ef176bb7a8bccf4b185fbfd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="100mm"
height="100mm"
viewBox="0 0 100 100"
version="1.1"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg">
<defs>
<rect
x="2"
y="2"
width="96"
height="96"
id="theshape" />
</defs>
<text id="parent" style="font-size:4px;shape-inside:url(#theshape)">
Outside tspan
<tspan>Inside tspan</tspan>
</text>
</svg>
|