<svg xmlns="http://www.w3.org/2000/svg"> | |
<clipPath id="clip1"> | |
<text x="20" y="150" style="font-size:60px; font-weight:bold;" stroke="red" stroke-width="10">CLIP</text> | |
<polygon points="0 0, 200 0, 200 200, 0 200, 0 50, 150 50, 150 150, 50 150, 50 50, 0 50" clip-rule="evenodd" /> | |
</clipPath> | |
<rect height="200" width="200" fill="green" clip-path="url(#clip1)"/> | |
</svg> |