svx: prefix members of SdrVirtObj
[LibreOffice.git] / svgio / qa / cppunit / data / RectWithStylesByGroup.svg
blob0a3b1e3cd8eb2e538c49b67ca2fabf5588bc8c7f
1 <?xml version="1.0" encoding="UTF-8" ?>
3 <svg width="120" height="120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <defs>
5 <style type="text/css">
6 <![CDATA[
9 stroke: #ff0000;
10 fill: #00cc00;
12 ]]>
13 </style>
14 </defs>
15 <g>
16 <rect x="10" y="10" width="100" height="100" rx="10" ry="10" style="stroke-width: 3;" />
17 </g>
18 </svg>