aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/svg/test/use01.svg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/svg/test/use01.svg')
-rw-r--r--docs/examples/svg/test/use01.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/examples/svg/test/use01.svg b/docs/examples/svg/test/use01.svg
new file mode 100644
index 000000000..f8bf4e7a0
--- /dev/null
+++ b/docs/examples/svg/test/use01.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" standalone="yes"?>
+
+<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd">
+ <svg:title>Use01</svg:title>
+ <svg:desc>Example Use01 - Simple case of 'use' on a 'rect'</svg:desc>
+ <svg:defs>
+ <svg:rect id="MyRect" width="6cm" height="1cm" style="fill:black"/>
+ </svg:defs>
+ <svg:use x="2cm" y="1cm" xlink:href="#MyRect" />
+</svg:svg> \ No newline at end of file