blob: 49f0a967df7e3ebccc85b36765d82aba9b8c8895 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<clipPath id="clip2">
<circle cx="400" cy="400" r="100"/>
</clipPath>
<clipPath id="clip1" clip-path="url(#clip2)">
<rect width="200" height="200"/>
</clipPath>
<rect width="200" height="200" fill="green" clip-path="url(#clip1)"/>
</svg>