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

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

Issue 1448433004: [MD] update EV bubble icon and location bar https icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 1 month 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: ui/gfx/vector_icons/location_bar_https_invalid_invert.icon
diff --git a/ui/gfx/vector_icons/location_bar_https_invalid.icon b/ui/gfx/vector_icons/location_bar_https_invalid_invert.icon
similarity index 100%
copy from ui/gfx/vector_icons/location_bar_https_invalid.icon
copy to ui/gfx/vector_icons/location_bar_https_invalid_invert.icon
index 8ebeb31ee4cd1b1d641372e9fc2694406845b535..461c73db99e8cf60e7b66b7680abc75fd8892e21 100644
--- a/ui/gfx/vector_icons/location_bar_https_invalid.icon
+++ b/ui/gfx/vector_icons/location_bar_https_invalid_invert.icon
@@ -3,10 +3,10 @@
// found in the LICENSE file.
CANVAS_DIMENSIONS, 32,
-PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29,
+PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
Peter Kasting 2015/11/17 21:27:03 Might it make sense to compose this icon (and simi
Evan Stade 2015/11/17 22:57:22 This would be tricky because the 1x versions have
ROUND_RECT, 2, 2, 28, 28, 4,
NEW_PATH,
-PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
+PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29,
MOVE_TO, 21, 25,
LINE_TO, 11, 25,
CUBIC_TO, 10, 25, 9, 24.01f, 9, 23.01f,

Powered by Google App Engine
This is Rietveld 408576698