1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <clipPath id=
"clip" clipPathUnits=
"userSpaceOnUse" transform=
"scale(10) translate(2, 2) ">
4 <circle cx=
"10" cy=
"10" r=
"10"/>
7 <circle cx=
"120" cy=
"120" r=
"99" fill=
"red"/>
8 <a xlink:
href=
"#"><rect width=
"220" height=
"220" fill=
"green" clip-path=
"url(#clip)"/></a>