blob: d31a1df42e0ed94c43c2f9d0999d7dbde9e83130 (
plain)
1
2
3
4
5
6
7
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="clip-path-ref-userSpaceOnUse-001">
<rect x="50" y="50" width="150px" height="100" />
</clipPath>
</defs>
</svg>
|