Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Masking: clip-path basic shape on a rotated SVG shape (reference)</title>
<svg width="300" height="300">
<rect x="50" y="50" width="100" height="100" transform="rotate(90 100 100)" fill="green"/>
</svg>