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 container (reference)</title>
<svg width="300" height="300">
<g transform="rotate(90 100 100)">
<rect x="50" y="50" width="100" height="100" fill="green"/>
</g>
</svg>