mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
12 lines
436 B
XML
12 lines
436 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
height="800px"
|
|
width="800px">
|
|
<text style="font-size:24px;" transform="translate(40,100)">
|
|
<tspan>Firéfôx</tspan></text>
|
|
<path id="path1" d="M 0,0 L 500,500"/>
|
|
<text style="font-size:24px;" transform="translate(40,140)"><textPath xlink:href="#path1">
|
|
<tspan>Firéfôx</tspan></textPath></text>
|
|
</svg>
|