diff options
Diffstat (limited to 'test/SVG/desc.xml')
-rwxr-xr-x | test/SVG/desc.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/SVG/desc.xml b/test/SVG/desc.xml new file mode 100755 index 0000000..87838db --- /dev/null +++ b/test/SVG/desc.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg SYSTEM "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
+<svg width="4in" height="3in">
+<g>
+ <title>
+ Company sales by region
+ </title>
+ <desc>
+ This is a bar chart which shows
+ company sales by region.
+ </desc>
+ <!-- Bar chart defined as vector data -->
+</g>
+</svg>
|