diff options
Diffstat (limited to 'docs/examples/svg/ref.svg')
-rw-r--r-- | docs/examples/svg/ref.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/examples/svg/ref.svg b/docs/examples/svg/ref.svg new file mode 100644 index 000000000..e3f75c6a0 --- /dev/null +++ b/docs/examples/svg/ref.svg @@ -0,0 +1,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> + |