diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-19 18:26:52 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-19 18:26:52 (GMT) |
commit | 818fd731f62993dc8aa5d07b82e1d1b2c04aae7d (patch) | |
tree | 41a61b0a1b18ed5ffeeb028e986b3586f9063628 /libxml2/test/SVG/4rects.xml | |
parent | d72feaf69933b069cff3c0cb20a5f5f03ecba77b (diff) | |
download | blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.zip blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.gz blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.bz2 |
update libxml2
Diffstat (limited to 'libxml2/test/SVG/4rects.xml')
-rwxr-xr-x | libxml2/test/SVG/4rects.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libxml2/test/SVG/4rects.xml b/libxml2/test/SVG/4rects.xml deleted file mode 100755 index b8d1a65..0000000 --- a/libxml2/test/SVG/4rects.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?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>Four separate rectangles
- </desc>
- <rect width="20" height="60"/>
- <rect width="30" height="70"/>
- <rect width="40" height="80"/>
- <rect width="50" height="90"/>
-</svg>
|