1 <svg xmlns=
"http://www.w3.org/2000/svg">
4 <rect height='
100px' width='
100px'
/>
8 <rect fill=
"red" height=
"100px" width=
"100px"/>
9 <g clip-path=
"url(#myclip)" visibility='hidden'
>
10 <g visibility='visible'
>
11 <rect x=
"0" y=
"0" width=
"200px" height=
"200px" fill=
"red"/>
12 <rect visibility=
"visible" x=
"0" y=
"0" width=
"100px" height=
"100px" fill=
"green"/>
14 <rect fill=
"red" height=
"100px" width=
"100px"/>