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

Unified Diff: chrome/browser/resources/shared/images/spinner.svg

Issue 8539022: Bluetooth UI update. (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') | chrome/browser/resources/shared_resources.grd » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..d7c641ece70390c1b345bf72dbb3de5df1b8356d
--- /dev/null
+++ b/chrome/browser/resources/shared/images/spinner.svg
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!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)">
+ <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"/>
+ </g>
+</svg>
« no previous file with comments | « chrome/browser/resources/shared/css/spinner.css ('k') | chrome/browser/resources/shared_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698