blob: 30b8245a9f8b749e12c7b59d8b5de4ea2062c350 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path id="path" d="M0 100 h50" stroke="black"/>
<text>
<textPath xlink:href="#path">abc</textPath>
<textPath xlink:href="#path">def</textPath>
</text>
</svg>
|