aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/svg/ref.svg
blob: e3f75c6a0cca2ae696bf170054ea958bd1140017 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">

<svg width="20" height="20" xml:space="preserve">
  <g id="FOP">
    <text x="0" y="0" style="fill:black;font-weight:bold;font-size:14"><tspan style="fill:red">F</tspan><tspan style="fill:purple">O</tspan><tspan style="fill:blue">P</tspan></text>
  </g>
</svg>