blob: 191adc036c35242ec88784fe90282078c1ee7cda (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
<text>
<tspan x="10" y="100" font-size="90" fill="lime">Quick</tspan>
<tspan x="10" y="200" font-size="90">Brown</tspan>
<tspan x="10" y="300" font-size="90">Fox</tspan>
</text>
</svg>
|