2 <html xmlns=
"http://www.w3.org/1999/xhtml"
3 xmlns:
svg=
"http://www.w3.org/2000/svg">
6 <style type=
"text/css">
7 @namespace url(
"http://www.w3.org/1999/xhtml");
8 @namespace svg url(
"http://www.w3.org/2000/svg");
16 div.cover, div.cover2 {
18 border:
4px solid white; /* cover areas that may differ */
28 border-radius:
63px /
45px;
43 <div class=
"cover"></div>
44 <div class=
"cover2"></div>
46 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"122px" rx=
"61px" ry=
"61px"
48 <svg:rect x=
"0" y=
"18px" width=
"144px" height=
"86px" rx=
"61px" ry=
"43px"
51 <div class=
"cover"></div>
52 <div class=
"cover2"></div>
54 <svg:clipPath id=
"topclip">
55 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"61px"/>
57 <svg:clipPath id=
"botclip">
58 <svg:rect x=
"0" y=
"61px" width=
"144px" height=
"61px"/>
60 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"122px" rx=
"61px" ry=
"61px"
61 fill=
"black" clip-path=
"url(#topclip)"/>
62 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"122px" rx=
"61px" ry=
"61px"
63 fill=
"blue" clip-path=
"url(#botclip)"/>
64 <svg:rect x=
"0" y=
"18px" width=
"144px" height=
"86px" rx=
"61px" ry=
"43px"
69 <div class=
"cover" style=
"width: 142px"></div>
70 <div class=
"cover2" style=
"margin-left: -1px; border-radius: 61px / 45px"></div>
72 <svg:rect x=
"0" y=
"0" width=
"146px" height=
"122px" rx=
"61px" ry=
"61px"
74 <svg:rect x=
"0" y=
"18px" width=
"146px" height=
"86px" rx=
"61px" ry=
"43px"
77 <div class=
"cover"></div>
78 <div class=
"cover2"></div>
80 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"122px" rx=
"61px" ry=
"61px"
81 fill=
"black" clip-path=
"url(#topclip)"/>
82 <svg:rect x=
"0" y=
"0" width=
"144px" height=
"122px" rx=
"61px" ry=
"61px"
83 fill=
"blue" clip-path=
"url(#botclip)"/>
84 <svg:rect x=
"0" y=
"18px" width=
"144px" height=
"86px" rx=
"61px" ry=
"43px"