1 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <!-- userSpaceOnUse -->
4 <radialGradient id=
"rad11" cx=
"50" cy=
"50" r=
"30" fx=
"100" fy=
"100" gradientUnits=
"userSpaceOnUse">
5 <stop stop-color=
"white" offset=
"0" />
6 <stop stop-color=
"blue" offset=
"1" />
8 <radialGradient id=
"rad12" cx=
"170" cy=
"50" r=
"30" fx=
"120" fy=
"0" gradientUnits=
"userSpaceOnUse">
9 <stop stop-color=
"white" offset=
"0" />
10 <stop stop-color=
"blue" offset=
"1" />
13 <!-- objectBoundingBox -->
14 <radialGradient id=
"rad21" cx=
"50%" cy=
"50%" r=
"30%" fx=
"100%" fy=
"100%">
15 <stop stop-color=
"white" offset=
"0" />
16 <stop stop-color=
"blue" offset=
"1" />
18 <radialGradient id=
"rad22" cx=
"50%" cy=
"50%" r=
"30%" fx=
"0%" fy=
"0%">
19 <stop stop-color=
"white" offset=
"0" />
20 <stop stop-color=
"blue" offset=
"1" />
23 <rect width=
"100" height=
"100" fill=
"url(#rad11)" />
24 <rect x=
"120" width=
"100" height=
"100" fill=
"url(#rad12)" />
25 <rect y=
"120" width=
"100" height=
"100" fill=
"url(#rad21)" />
26 <rect x=
"120" y=
"120" width=
"100" height=
"100" fill=
"url(#rad22)" />