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

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

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/shared/images/throbber.svg
===================================================================
--- chrome/browser/resources/shared/images/throbber.svg (revision 177292)
+++ chrome/browser/resources/shared/images/throbber.svg (working copy)
@@ -1,12 +0,0 @@
-<svg width="16" height="16" viewBox="0 0 300 300"
- xmlns="http://www.w3.org/2000/svg" version="1.1">
- <path d="M 150,0
- a 150,150 0 0,1 106.066,256.066
- l -35.355,-35.355
- a -100,-100 0 0,0 -70.711,-170.711 z"
- fill="#3d7fe6">
- <animateTransform attributeName="transform" attributeType="XML"
- type="rotate" from="0 150 150" to="360 150 150"
- begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
- </path>
-</svg>
« no previous file with comments | « chrome/browser/resources/shared/images/tablet-64.png ('k') | chrome/browser/resources/shared/images/trash.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698