Files
loongoffice/svgio/qa/cppunit/data/RectWithParentStyles.svg
Tomaž Vajngerl 8c571e5f82 svgio: introduce svg import tests
Change-Id: Id69f659a9e4b0332970e75b1d0a7d820c8b2c998
2014-04-16 09:52:27 +02:00

14 lines
386 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">
<style type="text/css" >
<![CDATA[
svg
{
stroke: #ff0000;
fill: #00cc00;
}
]]>
</style>
<rect x="10" y="10" width="100" height="100" rx="10" ry="10" style="stroke-width: 3;" />
</svg>