blob: 816a64a4586c9dcdda4b4085e02d433294bcc5d5 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1in" height="1in" viewBox="0 0 100% 100%">
<text x="5" y="20" style="font-size:16px;font-family:Liberation Sans">foo
<tspan x="5" dy="3ex" style="font-size:1ex">bar</tspan></text>
</svg>
|