lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / svgio / qa / cppunit / data / ClipPathAndParentStyle.svg
blobd85a95995c0a4fb7424af23df972c09d85c03cc3
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 </clipPath>
8 <use xlink:href="#c1" style="fill:red" stroke-width="5px" stroke="black"/>
10 </svg>