summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
blob: 0a3b1e3cd8eb2e538c49b67ca2fabf5588bc8c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>

<svg width="120" height="120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs>
        <style type="text/css">
        <![CDATA[
        g
            {
                stroke: #ff0000;
                fill:   #00cc00;
            }
        ]]>
        </style>
    </defs>
    <g>
        <rect x="10" y="10" width="100" height="100" rx="10" ry="10" style="stroke-width: 3;" />
    </g>
</svg>