blob: 957cc24d8185fddacaf4cc076f386bf3e59132c1 (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
<text>
<tspan x="10" y="100" font-size="90">今骨直</tspan>
<tspan x="10" y="200" font-size="90">今骨直</tspan>
<tspan x="10" y="300" font-size="90">今骨直</tspan>
</text>
</svg>
|