7 lines
330 B
XML
7 lines
330 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450" font-family="sans-serif" font-size="50">
|
|
<text x="20" y="100">hello <tspan>world</tspan></text>
|
|
<!-- <text x="20" y="150">hello<tspan> world</tspan></text> -->
|
|
<text x="20" y="200">hello <tspan> world</tspan></text>
|
|
</svg>
|