__issue-131-01.svg 334 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <style type="text/css">
            <![CDATA[rect {
                fill: silver;
                stroke: red;
                stroke-width:1;
            }
            ]]>
        </style>
    </defs>
    <rect x="100" y="100" width="50" height="50" />
</svg>