summaryrefslogtreecommitdiffstats
path: root/result/SVG/rectangle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'result/SVG/rectangle.xml')
-rw-r--r--result/SVG/rectangle.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/result/SVG/rectangle.xml b/result/SVG/rectangle.xml
new file mode 100644
index 0000000..919cd23
--- /dev/null
+++ b/result/SVG/rectangle.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
+<svg width="4in" height="3in">
+ <desc>This is a rectangle
+ </desc>
+ <g>
+ <rect x="20" y="30" width="100" height="80"/>
+ </g>
+</svg>