lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / svgio / qa / cppunit / data / ClipPathAndStyle.svg
blob29814fadbb8657c09294c3bf5c28f4884d17b6b2
1 <svg version="1.1" baseProfile="basic" id="svg-root"
2 width="100%" height="100%" viewBox="0 0 480 360"
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <clipPath>
5 <circle id="c1" cx="100" cy="100" r="50"
6 style="stroke: #0000cc;
7 stroke-width: 2px;
8 fill : #ccccff;"/>
9 </clipPath>
11 <use xlink:href="#c1" style="fill:red" stroke-width="5px" stroke="black"/>
13 </svg>