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

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

Issue 10804010: HiDPI assets for Chrome OS Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed ID ranges to accommodate new resources Created 8 years, 5 months 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
OLDNEW
(Empty)
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">
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">
5 <g stroke-opacity="0" transform="translate(50,50)">
6 <animateTransform attributeName="transform" attributeType="XML"
7 additive="sum" type="rotate"
8 calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360"
9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
10 <path d="M49.931,-2.617
11 a 50,50 0 0,0 -5.381,-20.083
12 l -17.82,9.08
13 a 50 50 0 0,1 3.229,12.05
14 l 19.973,-1.047"
15 fill-opacity = "1"/>
16 <path d="M41.934,-27.232
17 a 50,50 0 0,0 -14.702,-14.702
18 l -10.893,16.773
19 a 50 50 0 0,1 8.821,8.821
20 l 16.773,-10.893"
21 fill-opacity = "0.793"/>
22 <path d="M22.7,-44.55
23 a 50,50 0 0,0 -20.083,-5.381
24 l -1.047,19.973
25 a 50 50 0 0,1 12.05,3.229
26 l 9.08,-17.82"
27 fill-opacity = "0.621"/>
28 <path d="M-2.617,-49.931
29 a 50,50 0 0,0 -20.083,5.381
30 l 9.08,17.82
31 a 50 50 0 0,1 12.05,-3.229
32 l -1.047,-19.973"
33 fill-opacity = "0.48"/>
34 <path d="M-27.232,-41.934
35 a 50,50 0 0,0 -14.702,14.702
36 l 16.773,10.893
37 a 50 50 0 0,1 8.821,-8.821
38 l -10.893,-16.773"
39 fill-opacity = "0.367"/>
40 <path d="M-44.55,-22.7
41 a 50,50 0 0,0 -5.381,20.083
42 l 19.973,1.047
43 a 50 50 0 0,1 3.229,-12.05
44 l -17.82,-9.08"
45 fill-opacity = "0.279"/>
46 <path d="M-49.931,2.617
47 a 50,50 0 0,0 5.381,20.083
48 l 17.82,-9.08
49 a 50 50 0 0,1 -3.229,-12.05
50 l -19.973,1.047"
51 fill-opacity = "0.213"/>
52 <path d="M-41.934,27.232
53 a 50,50 0 0,0 14.702,14.702
54 l 10.893,-16.773
55 a 50 50 0 0,1 -8.821,-8.821
56 l -16.773,10.893"
57 fill-opacity = "0.165"/>
58 <path d="M-22.7,44.55
59 a 50,50 0 0,0 20.083,5.381
60 l 1.047,-19.973
61 a 50 50 0 0,1 -12.05,-3.229
62 l -9.08,17.82"
63 fill-opacity = "0.133"/>
64 <path d="M2.617,49.931
65 a 50,50 0 0,0 20.083,-5.381
66 l -9.08,-17.82
67 a 50 50 0 0,1 -12.05,3.229
68 l 1.047,19.973"
69 fill-opacity = "0.114"/>
70 <path d="M27.232,41.934
71 a 50,50 0 0,0 14.702,-14.702
72 l -16.773,-10.893
73 a 50 50 0 0,1 -8.821,8.821
74 l 10.893,16.773"
75 fill-opacity = "0.104"/>
76 <path d="M44.55,22.7
77 a 50,50 0 0,0 5.381,-20.083
78 l -19.973,-1.047
79 a 50 50 0 0,1 -3.229,12.05
80 l 17.82,9.08"
81 fill-opacity = "0.101"/>
82 </g>
83 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698