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 rotated SVG shape (reference)</title>
<svg width="400" height="400">
<rect x="0" y="0" width="100" height="100" transform="rotate(90 100 100)" fill="green"/>
</svg>