1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
4 <clipPath id=
"clipper" clip-path=
"url(#nested-clipper)">
5 <rect x=
"10" y=
"19" width=
"20" height=
"11" />
8 <clipPath id=
"nested-clipper">
9 <rect x=
"10" y=
"10" width=
"20" height=
"11" />
14 <g clip-path=
"url(#clipper)">
15 <rect fill=
"red" x=
"8" y=
"8" width=
"24" height=
"24" />
16 <rect fill=
"green" x=
"10" y=
"19" width=
"20" height=
"2" />