summaryrefslogtreecommitdiffstats
path: root/svgio/qa/cppunit/data/ClipPathAndParentStyle.svg
blob: d85a95995c0a4fb7424af23df972c09d85c03cc3 (plain)
1
2
3
4
5
6
7
8
9
10
<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>