forked from iamdaiyuan/ios_top_1000
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alcatraz.png
18 lines (18 loc) · 926 Bytes
/
Alcatraz.png
File metadata and controls
18 lines (18 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="18" >
<linearGradient id="smooth" x2="0" y2="100%">
<stop offset="0" stop-color="#fff" stop-opacity=".7"/>
<stop offset=".1" stop-color="#aaa" stop-opacity=".1"/>
<stop offset=".9" stop-color="#000" stop-opacity=".3"/>
<stop offset="1" stop-color="#000" stop-opacity=".5"/>
</linearGradient>
<rect rx="4" width="70" height="18" fill="#555"/>
<rect rx="4" x="50" width="20" height="18" fill="#78bdf2"/>
<rect x="50" width="4" height="18" fill="#78bdf2"/>
<rect rx="4" width="70" height="18" fill="url(#smooth)"/>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="25" y="14" fill="#010101" fill-opacity=".3">Ready</text>
<text x="25" y="13">Ready</text>
<text x="60" y="14" fill="#010101" fill-opacity=".3">0</text>
<text x="60" y="13">0</text>
</g>
</svg>