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

Side by Side Diff: ui/gfx/vector_icons/omnibox_extension_app.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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 24, 14,
7 LINE_TO, 24, 10,
8 CUBIC_TO, 24, 9, 23, 8, 22, 8,
9 LINE_TO, 18, 8,
10 LINE_TO, 18, 6,
11 CUBIC_TO, 17.57f, 4.28f, 16.5f, 3, 15, 3,
12 CUBIC_TO, 13.5f, 3, 11.86f, 4.28f, 12, 6,
13 LINE_TO, 12, 8,
14 LINE_TO, 7, 8,
15 CUBIC_TO, 6, 8, 5, 9, 5, 10,
16 LINE_TO, 5, 14,
17 LINE_TO, 7, 14,
18 CUBIC_TO, 8.42f, 14.2f, 9.8f, 15.58f, 10, 17,
19 CUBIC_TO, 9.8f, 18.99f, 8.42f, 20.37f, 7, 20,
20 LINE_TO, 5, 20,
21 LINE_TO, 5, 25,
22 CUBIC_TO, 5, 25.97f, 6.03f, 27, 7, 27,
23 LINE_TO, 12, 27,
24 LINE_TO, 12, 25,
25 CUBIC_TO, 11.63f, 23.58f, 13.01f, 22.2f, 15, 22,
26 CUBIC_TO, 16.42f, 22.2f, 17.8f, 23.58f, 18, 25,
27 LINE_TO, 18, 27,
28 LINE_TO, 22, 27,
29 CUBIC_TO, 23, 27, 24, 26, 24, 25,
30 LINE_TO, 24, 20,
31 LINE_TO, 26, 20,
32 CUBIC_TO, 27.72f, 20.14f, 29, 18.5f, 29, 17,
33 CUBIC_TO, 29, 15.5f, 27.72f, 14.43f, 26, 14,
34 LINE_TO, 24, 14,
35 CLOSE,
36 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/omnibox_calculator.1x.icon ('k') | ui/gfx/vector_icons/omnibox_extension_app.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698