aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/svg/multi.svg
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/svg/multi.svg')
-rw-r--r--docs/examples/svg/multi.svg14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/examples/svg/multi.svg b/docs/examples/svg/multi.svg
deleted file mode 100644
index bf492806d..000000000
--- a/docs/examples/svg/multi.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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 xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" xml:space="preserve">
- <g style="fill:none;stroke:yellow">
- <rect x="0" y="0" width="25" height="25"/>
- <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
- </g>
- <g>
- <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/>
- </g>
-</svg>
-