diff options
Diffstat (limited to 'test/SVG/path01.xml')
-rwxr-xr-x | test/SVG/path01.xml | 5 |
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>
|