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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/shared/css/spinner.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/images/spinner.svg
diff --git a/chrome/browser/resources/shared/images/spinner.svg b/chrome/browser/resources/shared/images/spinner.svg
index d7c641ece70390c1b345bf72dbb3de5df1b8356d..403413815e1ca5aff768b38726ab9dc6b710dbb9 100644
--- a/chrome/browser/resources/shared/images/spinner.svg
+++ b/chrome/browser/resources/shared/images/spinner.svg
@@ -2,83 +2,82 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg viewBox="0 0 100 100" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g stroke-width="2" stroke-linecap="roun" fill="#000" stroke="#FFF"
- transform="translate(50,50)">
+ <g stroke-opacity="0" transform="translate(50,50)">
<animateTransform attributeName="transform" attributeType="XML"
additive="sum" type="rotate"
calcMode="discrete" values="30;60;90;120;150;180;210;240;270;300;330;360"
begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
- <path d="M50,0
- a 50,50 0 0,0 -6.7,-25
- l -17,10
- a 50 50 0 0,1 4.02,15
- l 20,0 z"
- opacity = "1"/>
- <path d="M43.3,-25
- a 50,50 0 0,0 -18.3,-18.3
- l -10,17
- a 50 50 0 0,1 10.98,10.98
- l 17.32,-10 z"
- opacity = "0.79"/>
- <path d="M25,-43.3
- a 50,50 0 0,0 -25,-6.7
- l 0,20
- a 50 50 0 0,1 15,4.02
- l 10,-17.32 z"
- opacity = "0.62"/>
- <path d="M0,-50
- a 50,50 0 0,0 -25,6.7
- l 10,17
- a 50 50 0 0,1 15,-4.02
- l 0,-20 z"
- opacity = "0.48"/>
- <path d="M-25,-43.3
- a 50,50 0 0,0 -18.3,18.3
- l 17,10
- a 50 50 0 0,1 10.98,-10.98
- l -10,-17.32 z"
- opacity = "0.37"/>
- <path d="M-43.3,-25
- a 50,50 0 0,0 -6.7,25
- l 20,0
- a 50 50 0 0,1 4.02,-15
- l -17.32,-10 z"
- opacity = "0.28"/>
- <path d="M-50,0
- a 50,50 0 0,0 6.7,25
- l 17,-10
- a 50 50 0 0,1 -4.02,-15
- l -20,0 z"
- opacity = "0.21"/>
- <path d="M-43.3,25
- a 50,50 0 0,0 18.3,18.3
- l 10,-17
- a 50 50 0 0,1 -10.98,-10.98
- l -17.32,10 z"
- opacity = "0.17"/>
- <path d="M-25,43.3
- a 50,50 0 0,0 25,6.7
- l 0,-20
- a 50 50 0 0,1 -15,-4.02
- l -10,17.32 z"
- opacity = "0.13"/>
- <path d="M0,50
- a 50,50 0 0,0 25,-6.7
- l -10,-17
- a 50 50 0 0,1 -15,4.02
- l 0,20 z"
- opacity = "0.11"/>
- <path d="M25,43.3
- a 50,50 0 0,0 18.3,-18.3
- l -17,-10
- a 50 50 0 0,1 -10.98,10.98
- l 10,17.32 z"
- opacity = "0.1"/>
- <path d="M43.3,25
- a 50,50 0 0,0 6.7,-25
- l -20,0
- a 50 50 0 0,1 -4.02,15
- l 17.32,10 z"
- opacity = "0.1"/>
+ <path d="M49.931,-2.617
+ a 50,50 0 0,0 -5.381,-20.083
+ l -17.82,9.08
+ a 50 50 0 0,1 3.229,12.05
+ l 19.973,-1.047"
+ fill-opacity = "1"/>
+ <path d="M41.934,-27.232
+ a 50,50 0 0,0 -14.702,-14.702
+ l -10.893,16.773
+ a 50 50 0 0,1 8.821,8.821
+ l 16.773,-10.893"
+ fill-opacity = "0.793"/>
+ <path d="M22.7,-44.55
+ a 50,50 0 0,0 -20.083,-5.381
+ l -1.047,19.973
+ a 50 50 0 0,1 12.05,3.229
+ l 9.08,-17.82"
+ fill-opacity = "0.621"/>
+ <path d="M-2.617,-49.931
+ a 50,50 0 0,0 -20.083,5.381
+ l 9.08,17.82
+ a 50 50 0 0,1 12.05,-3.229
+ l -1.047,-19.973"
+ fill-opacity = "0.48"/>
+ <path d="M-27.232,-41.934
+ a 50,50 0 0,0 -14.702,14.702
+ l 16.773,10.893
+ a 50 50 0 0,1 8.821,-8.821
+ l -10.893,-16.773"
+ fill-opacity = "0.367"/>
+ <path d="M-44.55,-22.7
+ a 50,50 0 0,0 -5.381,20.083
+ l 19.973,1.047
+ a 50 50 0 0,1 3.229,-12.05
+ l -17.82,-9.08"
+ fill-opacity = "0.279"/>
+ <path d="M-49.931,2.617
+ a 50,50 0 0,0 5.381,20.083
+ l 17.82,-9.08
+ a 50 50 0 0,1 -3.229,-12.05
+ l -19.973,1.047"
+ fill-opacity = "0.213"/>
+ <path d="M-41.934,27.232
+ a 50,50 0 0,0 14.702,14.702
+ l 10.893,-16.773
+ a 50 50 0 0,1 -8.821,-8.821
+ l -16.773,10.893"
+ fill-opacity = "0.165"/>
+ <path d="M-22.7,44.55
+ a 50,50 0 0,0 20.083,5.381
+ l 1.047,-19.973
+ a 50 50 0 0,1 -12.05,-3.229
+ l -9.08,17.82"
+ fill-opacity = "0.133"/>
+ <path d="M2.617,49.931
+ a 50,50 0 0,0 20.083,-5.381
+ l -9.08,-17.82
+ a 50 50 0 0,1 -12.05,3.229
+ l 1.047,19.973"
+ fill-opacity = "0.114"/>
+ <path d="M27.232,41.934
+ a 50,50 0 0,0 14.702,-14.702
+ l -16.773,-10.893
+ a 50 50 0 0,1 -8.821,8.821
+ l 10.893,16.773"
+ fill-opacity = "0.104"/>
+ <path d="M44.55,22.7
+ a 50,50 0 0,0 5.381,-20.083
+ l -19.973,-1.047
+ a 50 50 0 0,1 -3.229,12.05
+ l 17.82,9.08"
+ fill-opacity = "0.101"/>
</g>
</svg>
« 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