Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Masking: clip-path basic shape lengths on a scaled SVG shape (reference)</title>
<svg width="400" height="400">
<rect x="50" y="50" width="100" height="100" transform="scale(2)" fill="green"/>
</svg>