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

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

Issue 1418543002: Vectorize omnibox dropdown icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add gyp dependency Created 5 years, 2 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_icons/omnibox_http.icon ('k') | ui/gfx/vector_icons/omnibox_star.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/omnibox_search.icon
diff --git a/ui/gfx/vector_icons/omnibox_search.icon b/ui/gfx/vector_icons/omnibox_search.icon
new file mode 100644
index 0000000000000000000000000000000000000000..c1e5f0843471f597b435890e9f516d3f57dcae7b
--- /dev/null
+++ b/ui/gfx/vector_icons/omnibox_search.icon
@@ -0,0 +1,27 @@
+// 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, 20.29f, 19.45f,
+LINE_TO, 19.93f, 19.09f,
+CUBIC_TO, 21.23f, 17.59f, 22.13f, 15.52f, 22.13f, 12.96f,
+CUBIC_TO, 22.13f, 8.23f, 17.85f, 4, 13.07f, 4,
+CUBIC_TO, 8.28f, 4, 4, 8.23f, 4, 12.96f,
+CUBIC_TO, 4, 17.69f, 9.18f, 21.92f, 13.26f, 21.92f,
+CUBIC_TO, 15.66f, 21.92f, 17.51f, 21.26f, 18.98f, 20.02f,
+LINE_TO, 19.35f, 20.38f,
+LINE_TO, 19.35f, 21.42f,
+LINE_TO, 26.01f, 28,
+LINE_TO, 28, 26.04f,
+LINE_TO, 21.35f, 19.45f,
+LINE_TO, 20.29f, 19.45f,
+CLOSE,
+MOVE_TO, 13.07f, 19.36f,
+CUBIC_TO, 9.49f, 19.36f, 6.59f, 16.5f, 6.59f, 12.96f,
+CUBIC_TO, 6.59f, 9.43f, 9.49f, 6.56f, 13.07f, 6.56f,
+CUBIC_TO, 16.64f, 6.56f, 19.54f, 9.43f, 19.54f, 12.96f,
+CUBIC_TO, 19.54f, 16.5f, 16.64f, 19.36f, 13.07f, 19.36f,
+LINE_TO, 13.07f, 19.36f,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/omnibox_http.icon ('k') | ui/gfx/vector_icons/omnibox_star.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698