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