blob: 995a4bbfd35642a577de9b400f0edeba7be7728b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
height="800px"
width="800px">
<text style="font-size:48px;" transform="translate(40,100)">
<tspan>Firéfôx</tspan></text>
<text style="font-size:48px;" transform="translate(40,140) rotate(45)">
<tspan>Firéfôx</tspan></text>
</svg>
|