blob: f6c4592278c8388601ad6910a15714e27a636fad [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="star" d="m 100,0 60,170 -160,-110 200,0 -170,110 z" transform="translate(40,40)"/>
<clipPath id="clipClip">
<use xlink:href="#star" clip-rule="evenodd"/>
</clipPath>
<clipPath id="clipClip2">
<circle cx="138" cy="130" r="50" clip-path="url(#clipClip)"/>
</clipPath>
<clipPath id="clip">
<circle cx="138" cy="130" r="50" clip-path="url(#clipClip)"/>
<use xlink:href="#star" clip-rule="evenodd" transform="translate(20,20)" clip-path="url(#clipClip2)"/>
</clipPath>
</defs>
<rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#clip);"/>
</svg>