blob: c3bc75429a1a77742f452ada96c9f40e7d018d86 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<clipPath id="clip2">
<rect x="25" y="25" width="150" height="150"/>
</clipPath>
<clipPath id="clip1" clip-path="url(#clip2)">
<polygon points="0 0, 200 0, 200 200, 0 200, 0 50, 150 50, 150 150, 50 150, 50 50, 0 50" clip-rule="nonzero" />
</clipPath>
<rect width="200" height="200" fill="green" clip-path="url(#clip1)"/>
</svg>