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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-ball.svg

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 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: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-ball.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-ball.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-ball.svg
new file mode 100644
index 0000000000000000000000000000000000000000..cd4900ecbcffa5327e7ad89023683c1968b2ea26
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-orange-ball.svg
@@ -0,0 +1,20 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="160 0 10 10" width="10" height="10">
+ <defs>
+ <linearGradient id="a">
+ <stop offset="0" stop-color="#ffa801" stop-opacity="0"/>
+ <stop offset="1" stop-color="#f0fb3d"/>
+ </linearGradient>
+ <linearGradient id="b">
+ <stop offset="0" stop-color="#ffbd00" stop-opacity=".65"/>
+ <stop offset="1" stop-color="#fff" stop-opacity=".91"/>
+ </linearGradient>
+ <linearGradient gradientTransform="matrix(0,0.43965518,0.78048781,0,84.443591,-93.92353)" gradientUnits="userSpaceOnUse" id="d" x1="227.875" x2="235.125" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" y1="103.156" y2="103.156"/>
+ <linearGradient gradientTransform="matrix(0,-0.62931035,0.92682926,0,69.469291,148.5285)" gradientUnits="userSpaceOnUse" id="c" x1="227.875" x2="235.125" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#b" y1="103.156" y2="103.156"/>
+ </defs>
+ <g>
+ <path style="fill:#e5a600" d="m 165.00034,10 c -2.76,0 -5,-2.2400005 -5,-5.0000005 0,-2.76 2.24,-4.9999999779502 5,-4.9999999779502 2.76,0 5,2.2399999779502 5,4.9999999779502 0,2.76 -2.24,5.0000005 -5,5.0000005 z"/>
+ <path style="fill:#ffbd00" d="m 169.50034,4.9999995 c 0,2.49 -2.01,4.5 -4.5,4.5 -2.49,0 -4.5,-2.01 -4.5,-4.5 0,-2.49 2.01,-4.49999998 4.5,-4.49999998 2.49,0 4.5,2.00999998 4.5,4.49999998 z"/>
+ <path style="fill:url(#c)" d="m 165.03034,0.52999952 c 1.97,0 3.56,1.01999998 3.56,2.27999998 0,1.26 -1.59,2.28 -3.56,2.28 -1.97,0 -3.56,-1.02 -3.56,-2.28 0,-1.26 1.59,-2.27999998 3.56,-2.27999998 z"/>
+ <path style="fill:url(#d)" d="m 164.99034,9.4199995 c 1.66,0 3,-0.71 3,-1.59 0,-0.88 -1.34,-1.59 -3,-1.59 -1.66,0 -3,0.71 -3,1.59 0,0.88 1.34,1.59 3,1.59 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698