Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Masking: clip-path view-box reference box on a scaled SVG shape (reference)</title>
<svg width="400" height="400">
<rect width="100" height="200" transform="scale(2)" fill="green"/>
</svg>