diff options
Diffstat (limited to 'libxml2/test/SVG/path01.xml')
-rwxr-xr-x | libxml2/test/SVG/path01.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libxml2/test/SVG/path01.xml b/libxml2/test/SVG/path01.xml deleted file mode 100755 index 4590b6c..0000000 --- a/libxml2/test/SVG/path01.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?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>
|