mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
261 B
XML
9 lines
261 B
XML
|
<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>
|