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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-stop-recording-mask.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/largeicon-stop-recording-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-stop-recording-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-stop-recording-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d95c5b6893290d93f59b5cefa2ceedd24901f495
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-stop-recording-mask.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="288 24 28 24" width="28" height="24">
+ <defs>
+ <radialGradient cx="0" cy="0" fx="0" fy="0" gradientTransform="matrix(18,0,0,-18,680,341)" gradientUnits="userSpaceOnUse" id="a" r="1" spreadMethod="pad">
+ <stop offset="0"/>
+ <stop offset="1" stop-opacity="0"/>
+ </radialGradient>
+ <radialGradient cx="0" cy="0" fx="0" fy="0" gradientTransform="matrix(9,0,0,9,304,36)" gradientUnits="userSpaceOnUse" id="b" r="1" spreadMethod="pad" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a"/>
+ </defs>
+ <g>
+ <path style="fill:url(#b)" d="m 295,36 c 0,4.97 4.03,9 9,9 l 0,0 c 4.97,0 9,-4.03 9,-9 l 0,0 c 0,-4.97 -4.03,-9 -9,-9 l 0,0 c -4.97,0 -9,4.03 -9,9"/>
+ <path d="m 298,36 c 0,3.31 2.69,6 6,6 3.31,0 6,-2.69 6,-6 0,-3.31 -2.69,-6 -6,-6 -3.31,0 -6,2.69 -6,6"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698