aboutsummaryrefslogtreecommitdiffstats
path: root/docs/examples/svg/test/use01.svg
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2001-06-06 14:54:17 +0000
committerKeiron Liddle <keiron@apache.org>2001-06-06 14:54:17 +0000
commitf5d8c9877e6a19a3c6be7a27516afe3039a30cd6 (patch)
treecbf0c728d364eb637f826799194bc9fe4b2c19fc /docs/examples/svg/test/use01.svg
parentbc673352c73b89f1c26e984e34b38965639dda37 (diff)
downloadxmlgraphics-fop-f5d8c9877e6a19a3c6be7a27516afe3039a30cd6.tar.gz
xmlgraphics-fop-f5d8c9877e6a19a3c6be7a27516afe3039a30cd6.zip
these svg files are no longer relevant.
Testing of svg rendering is done via PDFTranscoder for batik information and examples are supplied elsewhere git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194274 13f79535-47bb-0310-9956-ffa450edef68
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>