Files
loongoffice/svgio/qa/cppunit/data/ClipPathAndStyle.svg
Xisco Fauli 3041df16f8 SVGIO: Don't inherit style attributes from parent if the...
... shapes define their own attributes.

Partially revert commit c2d130425cc876cceb96cc7e47636426a9e48fa8

Change-Id: Iee98003f4ff63575a28818b091ab77431337192f
Reviewed-on: https://gerrit.libreoffice.org/23571
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <anistenis@gmail.com>
2016-03-29 08:00:47 +00:00

13 lines
493 B
XML

<svg version="1.1" baseProfile="basic" id="svg-root"
width="100%" height="100%" viewBox="0 0 480 360"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<clipPath>
<circle id="c1" cx="100" cy="100" r="50"
style="stroke: #0000cc;
stroke-width: 2px;
fill : #ccccff;"/>
</clipPath>
<use xlink:href="#c1" style="fill:red" stroke-width="5px" stroke="black"/>
</svg>