summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
blob: 6fefdf2f53f2ae7528fd89a2bc6e2c973536ae72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>