blob: b4dec353e15906cd266b69a3383a102e88d1f191 (
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:Sans;">
<tspan id="tspan1">test</tspan>
</text>
</svg>
|