blob: 6b3bb3c6c6a565369c649153cc09b7c386f60568 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<text
style="text-anchor:start"
x="114"
y="103"><tspan
x="114"
y="103"><tspan>First </tspan>line </tspan><tspan
x="114"
y="122">Second line</tspan>
</text>
<text
style="text-anchor:middle"
x="114"
y="153"><tspan
x="114"
y="153"><tspan>First </tspan>line </tspan><tspan
x="114"
y="172">Second line</tspan>
</text>
<text
style="text-anchor:end"
x="114"
y="203"><tspan
x="114"
y="203"><tspan>First </tspan>line </tspan><tspan
x="114"
y="222">Second line</tspan>
</text>
</svg>
|