Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: chrome/browser/resources/shared/images/spinner.svg

Issue 8574017: Consolidate rendering of gray segmented spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/shared/css/spinner.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd">
3 <svg viewBox="0 0 100 100" version="1.1" 3 <svg viewBox="0 0 100 100" version="1.1"
4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 4 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5 <g stroke-width="2" stroke-linecap="roun" fill="#000" stroke="#FFF" 5 <g stroke-opacity="0" transform="translate(50,50)">
6 transform="translate(50,50)">
7 <animateTransform attributeName="transform" attributeType="XML" 6 <animateTransform attributeName="transform" attributeType="XML"
8 additive="sum" type="rotate" 7 additive="sum" type="rotate"
9 calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360" 8 calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360"
10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" /> 9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
11 <path d="M50,0 10 <path d="M49.931,-2.617
12 a 50,50 0 0,0 -6.7,-25 11 a 50,50 0 0,0 -5.381,-20.083
13 l -17,10 12 l -17.82,9.08
14 a 50 50 0 0,1 4.02,15 13 a 50 50 0 0,1 3.229,12.05
15 l 20,0 z" 14 l 19.973,-1.047"
16 opacity = "1"/> 15 fill-opacity = "1"/>
17 <path d="M43.3,-25 16 <path d="M41.934,-27.232
18 a 50,50 0 0,0 -18.3,-18.3 17 a 50,50 0 0,0 -14.702,-14.702
19 l -10,17 18 l -10.893,16.773
20 a 50 50 0 0,1 10.98,10.98 19 a 50 50 0 0,1 8.821,8.821
21 l 17.32,-10 z" 20 l 16.773,-10.893"
22 opacity = "0.79"/> 21 fill-opacity = "0.793"/>
23 <path d="M25,-43.3 22 <path d="M22.7,-44.55
24 a 50,50 0 0,0 -25,-6.7 23 a 50,50 0 0,0 -20.083,-5.381
25 l 0,20 24 l -1.047,19.973
26 a 50 50 0 0,1 15,4.02 25 a 50 50 0 0,1 12.05,3.229
27 l 10,-17.32 z" 26 l 9.08,-17.82"
28 opacity = "0.62"/> 27 fill-opacity = "0.621"/>
29 <path d="M0,-50 28 <path d="M-2.617,-49.931
30 a 50,50 0 0,0 -25,6.7 29 a 50,50 0 0,0 -20.083,5.381
31 l 10,17 30 l 9.08,17.82
32 a 50 50 0 0,1 15,-4.02 31 a 50 50 0 0,1 12.05,-3.229
33 l 0,-20 z" 32 l -1.047,-19.973"
34 opacity = "0.48"/> 33 fill-opacity = "0.48"/>
35 <path d="M-25,-43.3 34 <path d="M-27.232,-41.934
36 a 50,50 0 0,0 -18.3,18.3 35 a 50,50 0 0,0 -14.702,14.702
37 l 17,10 36 l 16.773,10.893
38 a 50 50 0 0,1 10.98,-10.98 37 a 50 50 0 0,1 8.821,-8.821
39 l -10,-17.32 z" 38 l -10.893,-16.773"
40 opacity = "0.37"/> 39 fill-opacity = "0.367"/>
41 <path d="M-43.3,-25 40 <path d="M-44.55,-22.7
42 a 50,50 0 0,0 -6.7,25 41 a 50,50 0 0,0 -5.381,20.083
43 l 20,0 42 l 19.973,1.047
44 a 50 50 0 0,1 4.02,-15 43 a 50 50 0 0,1 3.229,-12.05
45 l -17.32,-10 z" 44 l -17.82,-9.08"
46 opacity = "0.28"/> 45 fill-opacity = "0.279"/>
47 <path d="M-50,0 46 <path d="M-49.931,2.617
48 a 50,50 0 0,0 6.7,25 47 a 50,50 0 0,0 5.381,20.083
49 l 17,-10 48 l 17.82,-9.08
50 a 50 50 0 0,1 -4.02,-15 49 a 50 50 0 0,1 -3.229,-12.05
51 l -20,0 z" 50 l -19.973,1.047"
52 opacity = "0.21"/> 51 fill-opacity = "0.213"/>
53 <path d="M-43.3,25 52 <path d="M-41.934,27.232
54 a 50,50 0 0,0 18.3,18.3 53 a 50,50 0 0,0 14.702,14.702
55 l 10,-17 54 l 10.893,-16.773
56 a 50 50 0 0,1 -10.98,-10.98 55 a 50 50 0 0,1 -8.821,-8.821
57 l -17.32,10 z" 56 l -16.773,10.893"
58 opacity = "0.17"/> 57 fill-opacity = "0.165"/>
59 <path d="M-25,43.3 58 <path d="M-22.7,44.55
60 a 50,50 0 0,0 25,6.7 59 a 50,50 0 0,0 20.083,5.381
61 l 0,-20 60 l 1.047,-19.973
62 a 50 50 0 0,1 -15,-4.02 61 a 50 50 0 0,1 -12.05,-3.229
63 l -10,17.32 z" 62 l -9.08,17.82"
64 opacity = "0.13"/> 63 fill-opacity = "0.133"/>
65 <path d="M0,50 64 <path d="M2.617,49.931
66 a 50,50 0 0,0 25,-6.7 65 a 50,50 0 0,0 20.083,-5.381
67 l -10,-17 66 l -9.08,-17.82
68 a 50 50 0 0,1 -15,4.02 67 a 50 50 0 0,1 -12.05,3.229
69 l 0,20 z" 68 l 1.047,19.973"
70 opacity = "0.11"/> 69 fill-opacity = "0.114"/>
71 <path d="M25,43.3 70 <path d="M27.232,41.934
72 a 50,50 0 0,0 18.3,-18.3 71 a 50,50 0 0,0 14.702,-14.702
73 l -17,-10 72 l -16.773,-10.893
74 a 50 50 0 0,1 -10.98,10.98 73 a 50 50 0 0,1 -8.821,8.821
75 l 10,17.32 z" 74 l 10.893,16.773"
76 opacity = "0.1"/> 75 fill-opacity = "0.104"/>
77 <path d="M43.3,25 76 <path d="M44.55,22.7
78 a 50,50 0 0,0 6.7,-25 77 a 50,50 0 0,0 5.381,-20.083
79 l -20,0 78 l -19.973,-1.047
80 a 50 50 0 0,1 -4.02,15 79 a 50 50 0 0,1 -3.229,12.05
81 l 17.32,10 z" 80 l 17.82,9.08"
82 opacity = "0.1"/> 81 fill-opacity = "0.101"/>
83 </g> 82 </g>
84 </svg> 83 </svg>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/spinner.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698