mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
365 B
XML
11 lines
365 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>
|
||
|
<text style="font-size:24px;" transform="translate(40,140) rotate(45)">
|
||
|
<tspan>Firéfôx</tspan></text>
|
||
|
</svg>
|