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

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

Issue 1935663002: New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorten the Views GetSecureTextColor further, thanks to pkasting. Created 4 years, 7 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: ui/gfx/vector_icons/location_bar_http.icon
diff --git a/ui/gfx/vector_icons/location_bar_http.icon b/ui/gfx/vector_icons/location_bar_http.icon
index da6fac467106e97b7f60b5046a8ad246052bcebc..c8a6695b934d8cf3042027d77db0deb5e8c403bf 100644
--- a/ui/gfx/vector_icons/location_bar_http.icon
+++ b/ui/gfx/vector_icons/location_bar_http.icon
@@ -3,21 +3,25 @@
// found in the LICENSE file.
CANVAS_DIMENSIONS, 32,
-MOVE_TO, 8, 5,
-LINE_TO, 8, 27,
-LINE_TO, 24, 27,
-LINE_TO, 24, 11,
-LINE_TO, 18, 5,
-CLOSE,
-MOVE_TO, 18, 11,
-LINE_TO, 18, 7.5f,
-LINE_TO, 21.5f, 11,
-CLOSE,
-MOVE_TO, 10, 25,
-LINE_TO, 10, 7,
-LINE_TO, 16, 7,
-LINE_TO, 16, 13,
-LINE_TO, 22, 13,
-LINE_TO, 22, 25,
+MOVE_TO, 16.5f, 3,
+CUBIC_TO, 9.05f, 3, 3, 9.05f, 3, 16.5f,
+CUBIC_TO, 3, 23.95f, 9.05f, 30, 16.5f, 30,
+CUBIC_TO, 23.95f, 30, 30, 23.95f, 30, 16.5f,
+CUBIC_TO, 30, 9.05f, 23.95f, 3, 16.5f, 3,
+MOVE_TO, 6, 16.5f,
+CUBIC_TO, 6, 10.71f, 10.71f, 6, 16.5f, 6,
+CUBIC_TO, 22.29f, 6, 27, 10.71f, 27, 16.5f,
+CUBIC_TO, 27, 22.29f, 22.29f, 27, 16.5f, 27,
+CUBIC_TO, 10.71f, 27, 6, 22.29f, 6, 16.5f,
+MOVE_TO, 15, 23,
+LINE_TO, 18, 23,
+LINE_TO, 18, 15,
+LINE_TO, 15, 15,
+LINE_TO, 15, 23,
+MOVE_TO, 15, 13,
+LINE_TO, 18, 13,
+LINE_TO, 18, 10,
+LINE_TO, 15, 10,
+LINE_TO, 15, 13,
CLOSE,
END

Powered by Google App Engine
This is Rietveld 408576698