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

Unified Diff: ui/gfx/vector_icons/blocked_badge.icon

Issue 1313603003: Vectorize website settings icons in omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change DCHECK Created 5 years, 4 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
« no previous file with comments | « ui/gfx/vector_icon_types.h ('k') | ui/gfx/vector_icons/code.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/blocked_badge.icon
diff --git a/ui/gfx/vector_icons/blocked_badge.icon b/ui/gfx/vector_icons/blocked_badge.icon
new file mode 100644
index 0000000000000000000000000000000000000000..687be0dec0ff16c59ab8cbe9eae9c94c5525c417
--- /dev/null
+++ b/ui/gfx/vector_icons/blocked_badge.icon
@@ -0,0 +1,45 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 32,
+PATH_MODE_CLEAR,
+MOVE_TO, 32, 32,
+LINE_TO, 16, 32,
+LINE_TO, 16, 18,
+CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16,
+LINE_TO, 32, 16,
+CLOSE,
+NEW_PATH,
+PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
+MOVE_TO, 30, 32,
+LINE_TO, 20, 32,
+CUBIC_TO, 18.9f, 32, 18, 31.1f, 18, 30,
+LINE_TO, 18, 20,
+CUBIC_TO, 18, 18.9f, 18.9f, 18, 20, 18,
+LINE_TO, 30, 18,
+CUBIC_TO, 31.1f, 18, 32, 18.9f, 32, 20,
+LINE_TO, 32, 30,
+CUBIC_TO, 32, 31.1f, 31.1f, 32, 30, 32,
+CLOSE,
+NEW_PATH,
+PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
+MOVE_TO, 26.8f, 22,
+LINE_TO, 25, 23.8f,
+LINE_TO, 23.2f, 22,
+CUBIC_TO, 22.87f, 21.66f, 22.33f, 21.66f, 22, 22,
+CUBIC_TO, 21.66f, 22.33f, 21.66f, 22.87f, 22, 23.2f,
+LINE_TO, 23.8f, 25,
+LINE_TO, 22, 26.8f,
+CUBIC_TO, 21.66f, 27.13f, 21.66f, 27.67f, 22, 28,
+CUBIC_TO, 22.33f, 28.34f, 22.87f, 28.34f, 23.2f, 28,
+LINE_TO, 25, 26.2f,
+LINE_TO, 26.8f, 28,
+CUBIC_TO, 27.13f, 28.34f, 27.67f, 28.34f, 28, 28,
+CUBIC_TO, 28.34f, 27.67f, 28.34f, 27.13f, 28, 26.8f,
+LINE_TO, 26.2f, 25,
+LINE_TO, 28, 23.2f,
+CUBIC_TO, 28.34f, 22.87f, 28.34f, 22.33f, 28, 22,
+CUBIC_TO, 27.67f, 21.66f, 27.13f, 21.66f, 26.8f, 22,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icon_types.h ('k') | ui/gfx/vector_icons/code.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698