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/omnibox_star.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_search.icon ('k') | ui/gfx/vector_icons/omnibox_star.1x.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/omnibox_star.icon
diff --git a/ui/gfx/vector_icons/omnibox_star.icon b/ui/gfx/vector_icons/omnibox_star.icon
new file mode 100644
index 0000000000000000000000000000000000000000..f6d8377d32236ffc24ced5e763d9a3400545dbcd
--- /dev/null
+++ b/ui/gfx/vector_icons/omnibox_star.icon
@@ -0,0 +1,18 @@
+// 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, 13.27f, 12.67f,
+LINE_TO, 5, 13.39f,
+LINE_TO, 11.27f, 18.86f,
+LINE_TO, 9.39f, 27,
+LINE_TO, 16.5f, 22.68f,
+LINE_TO, 23.61f, 27,
+LINE_TO, 21.73f, 18.86f,
+LINE_TO, 28, 13.39f,
+LINE_TO, 19.73f, 12.67f,
+LINE_TO, 16.5f, 5,
+LINE_TO, 13.27f, 12.67f,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/omnibox_search.icon ('k') | ui/gfx/vector_icons/omnibox_star.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698