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