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

Side by Side Diff: chrome/browser/resources/file_manager/images/common/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
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-opacity="0" transform="translate(50,50)"> 5 <g stroke-opacity="0" transform="translate(50,50)">
6 <animateTransform attributeName="transform" attributeType="XML" 6 <animateTransform attributeName="transform" attributeType="XML"
7 additive="sum" type="rotate" 7 additive="sum" type="rotate"
8 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"
9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" /> 9 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
10 <path d="M49.931,-2.617 10 <path d="M49.931,-2.617
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 l 10.893,16.773" 74 l 10.893,16.773"
75 fill-opacity = "0.104"/> 75 fill-opacity = "0.104"/>
76 <path d="M44.55,22.7 76 <path d="M44.55,22.7
77 a 50,50 0 0,0 5.381,-20.083 77 a 50,50 0 0,0 5.381,-20.083
78 l -19.973,-1.047 78 l -19.973,-1.047
79 a 50 50 0 0,1 -3.229,12.05 79 a 50 50 0 0,1 -3.229,12.05
80 l 17.82,9.08" 80 l 17.82,9.08"
81 fill-opacity = "0.101"/> 81 fill-opacity = "0.101"/>
82 </g> 82 </g>
83 </svg> 83 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698