blob: 79d678c8f2e84c1f702fc2b5884ebb6270d3b2ee [file] [log] [blame]
<!DOCTYPE html>
<svg>
<clipPath id="clip" clip-path="inset(5px)">
<rect width="100" height="100"/>
</clipPath>
<rect width="200" height="100" fill="green" clip-path="url(#clip)"/>
</svg>