5 preserveAspectRatio=
"xMidYMid meet"
6 xmlns=
"http://www.w3.org/2000/svg"
7 xmlns:
xlink=
"http://www.w3.org/1999/xlink">
11 <circle cx=
"30" cy=
"30" r=
"20" fill=
"blue" fill-opacity=
"0.5" />
14 <clipPath id=
"myClip">
16 Everything outside the circle will be
17 clipped and therefore invisible.
22 <use xlink:
href=
"#circles" transform=
"translate(0 50)" clip-path=
"url(#myClip)" />
23 <use xlink:
href=
"#circles" transform=
"translate(0 100)" />