<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<defs> | |
<clipPath id="clipClip" clipPathUnits="objectBoundingBox"> | |
<rect x=".25" y=".25" width=".5" height=".5"/> | |
</clipPath> | |
<clipPath id="clip" clip-path="url(#clipClip)"> | |
<circle cx="170" cy="170" r="150"/> | |
</clipPath> | |
</defs> | |
<rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#clip);"/> | |
</svg> |