blob: b948338c14eec621943ba668773aed78abde4d8a (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg">
<style type="text/css" id="style1">
*{fill:blue;}
</style>
<text id="text1" style="font-family:DejaVu Sans;">
<tspan id="tspan1">test</tspan>
</text>
</svg>
|