summaryrefslogtreecommitdiffstats
path: root/test/SVG/desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/SVG/desc.xml')
-rwxr-xr-xtest/SVG/desc.xml14
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>