summaryrefslogtreecommitdiffstats
path: root/test/SVG/path01.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/SVG/path01.xml')
-rwxr-xr-xtest/SVG/path01.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/SVG/path01.xml b/test/SVG/path01.xml
new file mode 100755
index 0000000..4590b6c
--- /dev/null
+++ b/test/SVG/path01.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" standalone="yes"?>
+<svg width="4in" height="3in"
+ xmlns = 'http://www.w3.org/Graphics/SVG/svg-19990412.dtd'>
+<path d="M 100 100 L 140 100 L 120 140 z"/>
+</svg>