blob: 84d8d88d3d58c15c3140ae624b4ae3548de0dec7 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<mask id="mymask">
<rect width="100" height="100" fill='white' />
</mask>
<g mask="url(#mymask)">
<rect x="0" y="0" width="200" height="200" fill="red"/>
<rect x="0" y="0" width="100" height="100" fill="green"/>
</g>
</svg>