summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/qa/cppunit/data/RectWithStylesByGroup.svg')
-rw-r--r--svgio/qa/cppunit/data/RectWithStylesByGroup.svg18
1 files changed, 18 insertions, 0 deletions
diff --git a/svgio/qa/cppunit/data/RectWithStylesByGroup.svg b/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
new file mode 100644
index 000000000000..6fefdf2f53f2
--- /dev/null
+++ b/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
@@ -0,0 +1,18 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
+ width="10cm" height="5cm" viewBox="0 0 1000 500">
+ <defs>
+ <style type="text/css"><![CDATA[
+ g {
+ fill: red;
+ stroke: blue;
+ stroke-width: 3
+ }
+ ]]></style>
+ </defs>
+<g>
+ <rect x="200" y="100" width="600" height="300"/>
+</g>
+</svg>