Files
loongoffice/svgio/qa/cppunit/data/ClipPathAndParentStyle.svg
Xisco Fauli c2d130425c SVGIO: Shapes within a clippath element might inherit...
... fill, stroke, stroke-width and others attributes from
parent element, like use element

Change-Id: I911bc50409428e81135b81e6dfc82acd1c21d113
Reviewed-on: https://gerrit.libreoffice.org/23527
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Xisco Faulí <anistenis@gmail.com>
2016-03-26 16:20:47 +00:00

11 lines
357 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"/>
</clipPath>
<use xlink:href="#c1" style="fill:red" stroke-width="5px" stroke="black"/>
</svg>