<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<defs> | |
<rect id="rect" x="0" y="0" width=".2" height=".2"/> | |
<clipPath id="clip" clipPathUnits="objectBoundingBox"> | |
<use x=".4" y=".4" xlink:href="#rect" transform="rotate(45, .5, .5)"/> | |
</clipPath> | |
</defs> | |
<rect x="0" y="0" height="300" width="300" style="fill:green;clip-path:url(#clip);"/> | |
</svg> |