blob: 15afc7f221644c190385d56c82b89cfc60bc45ab [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<rect fill="red" height="100px" width="100px"/>
<g visibility='hidden'>
<rect fill="green" height="100px" width="100px" visibility='visible'/>
<rect fill="red" height="100px" width="100px"/>
</g>
</svg>