blob: 21af8c30ea0977c5833ae3e507a8083a51912cd8 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="clip" clip-path="url(#clip)">
<rect x="0" y="0" width="100" height="100"/>
</clipPath>
</defs>
<rect x="0" y="0" width="100" height="100" clip-path="url(#clip)" style="fill:green;"/>
</svg>