8 lines
286 B
XML
8 lines
286 B
XML
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<defs>
|
|
<path id="path1" d="M75,20 a1,1 0 0,0 100,0" />
|
|
</defs>
|
|
<text x="10" y="100" style="fill:red;">
|
|
<textPath xlink:href="#path1">I love SVG I love SVG</textPath>
|
|
</text>
|
|
</svg> |