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

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

Issue 1410293003: Vectorize LocationIconView icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android 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
« no previous file with comments | « ui/gfx/vector_icons/business.icon ('k') | ui/gfx/vector_icons/location_bar_http.1x.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..da6fac467106e97b7f60b5046a8ad246052bcebc
--- /dev/null
+++ b/ui/gfx/vector_icons/location_bar_http.icon
@@ -0,0 +1,23 @@
+// 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,
+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,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/business.icon ('k') | ui/gfx/vector_icons/location_bar_http.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698