6 lines
192 B
XML
6 lines
192 B
XML
<svg height="90" width="200">
|
|
<text x="10" y="20" style="fill:red;">Several lines:
|
|
<tspan x="10" y="45">First line.</tspan>
|
|
<tspan x="10" y="70">Second line.</tspan>
|
|
</text>
|
|
</svg> |