blob: 18c6ed4f1bd5905652d209007322dc394769665b (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
<text font-size="32" y="50">
foo<tspan>bar</tspan>baz
</text>
</svg>
|