summaryrefslogtreecommitdiff
path: root/test/svg/doc.6.clip-user2.svg
blob: a68c1c42f372213908ca7d6aa7ca6c461066c875 (plain)
1
2
3
4
5
6
7
8
9
10
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1000" height="1000">
  <clipPath id="clip" clipPathUnits="userSpaceOnUse" >
    <circle  cx="500" cy="-500" r="400" />
    <rect x="100" y="-900" width="800" height="400"/>
  </clipPath>

  <rect x="100" y="-900" width="800" height="800"
        stroke="green" stroke-width="100"
        clip-path="url(#clip)" />
</svg>