blob: 7a16f55d142c2db48e95cc84b8a68b97dbf765d9 (
plain)
1
2
3
4
5
6
7
8
|
<svg height="250" width="250" xmlns="http://www.w3.org/2000/svg">
<defs>
<path id="path" d="M 10 50 H 200" />
</defs>
<text font-size="36">
<textPath href="#path">abcd</textPath>
</text>
</svg>
|