3 lines
132 B
HTML
3 lines
132 B
HTML
<svg style="width: 400px; height: 400px">
|
|
<rect width="200" height="200" fill="purple" style="clip-path: fill-box"></rect>
|
|
</svg>
|