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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-info.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-info.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-info.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-info.svg
new file mode 100644
index 0000000000000000000000000000000000000000..46d875aed827b3fb7bb3e552b3482b44a5377f4f
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-info.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="80 0 10 10" width="10" height="10">
+ <defs>
+ <linearGradient id="a">
+ <stop offset="0" stop-color="#606eda"/>
+ <stop offset="1" stop-color="#021db2"/>
+ </linearGradient>
+ <linearGradient y2="104" x2="127" y1="104" x1="113" gradientTransform="matrix(0.71428571,0,0,0.71428571,-0.71395168,-69.28574)" gradientUnits="userSpaceOnUse" id="b" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a"/>
+ </defs>
+ <g>
+ <path style="fill:url(#b)" d="m 85.000338,-4.779502e-7 c -2.76,0 -5,2.2399999779502 -5,4.9999999779502 0,2.76 2.24,5.0000005 5,5.0000005 2.76,0 5,-2.2400005 5,-5.0000005 0,-2.76 -2.24,-4.99999997795019 -5,-4.99999997795019"/>
+ <path style="fill:#2a53cd" d="m 80.360338,4.9999995 c 0,2.56 2.08,4.64 4.64,4.64 2.56,0 4.64,-2.08 4.64,-4.64 0,-2.56 -2.08,-4.63999998 -4.64,-4.63999998 -2.56,0 -4.64,2.07999998 -4.64,4.63999998"/>
+ <path style="fill:#fff" d="m 83.930338,2.1399995 c -0.03,-0.53 0.55,-0.97 1.06,-0.83 0.5,0.12 0.79,0.73 0.56,1.18 -0.2,0.44 -0.79,0.61 -1.2,0.36 -0.26,-0.14 -0.42,-0.42 -0.42,-0.71 z m 1.7,5.46 c 0.22,0 0.45,0 0.67,0 0,0.18 0,0.35 0,0.53 -0.96,0 -1.93,0 -2.89,0 0,-0.18 0,-0.35 0,-0.53 0.22,0 0.44,0 0.66,0 0,-1.2 0,-2.41 0,-3.61 -0.22,0 -0.44,0 -0.66,0 0,-0.18 0,-0.35 0,-0.53 0.74,0 1.48,0 2.22,0 0,1.38 0,2.76 0,4.14 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698