Files
loongoffice/svgio/qa/cppunit/data/RectWithStylesByGroup.svg
Tomaž Vajngerl ba91106b95 Change RectWithStylesByGroup to be same as other style tests
Change-Id: Ib7b0d2e8160a938821940645ea6e6471188bcc16
2014-08-02 22:37:11 +02:00

19 lines
477 B
XML

<?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>