<svg xmlns="http://www.w3.org/2000/svg" clip-path="url(#clip1)"> | |
<clipPath id="clip2"> | |
<rect x="25" y="25" width="175" height="175"/> | |
</clipPath> | |
<clipPath id="clip1"> | |
<rect width="175" height="175"/> | |
</clipPath> | |
<svg clip-path="url(#clip2)"> | |
<rect width="200" height="200" fill="green"/> | |
</svg> | |
</svg> |