aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/svg/test/use03.svg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/svg/test/use03.svg')
-rw-r--r--docs/examples/svg/test/use03.svg9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/examples/svg/test/use03.svg b/docs/examples/svg/test/use03.svg
deleted file mode 100644
index 9caed2858..000000000
--- a/docs/examples/svg/test/use03.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" standalone="yes"?>
-
-<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/2000/svg">
- <svg:desc>Example Use03 - 'use' with a 'transform' attribute</svg:desc>
- <svg:defs>
- <svg:rect id="MyRect" x="0" y="0" width="6cm" height="1cm"/>
- </svg:defs>
- <svg:use xlink:href="#MyRect" transform="translate(2cm,.25cm) rotate(10)" style="fill:black"/>
-</svg:svg>