blob: 5e662e5048a8c0f001b3bfbfad142a1ed8f54836 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<clipPath id="clip1" style="
-webkit-transform: scale(10) translate(2px, 2px);
transform: scale(10) translate(2px, 2px);">
<rect width="10" height="10"/>
</clipPath>
<rect width="200" height="200" fill="green" clip-path="url(#clip1)"/>
</svg>