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, 0 insertions, 10 deletions
diff --git a/docs/examples/svg/test/use01.svg b/docs/examples/svg/test/use01.svg
deleted file mode 100644
index 0394ea8a8..000000000
--- a/docs/examples/svg/test/use01.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/2000/svg">
- <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>