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

Side by Side Diff: components/omnibox/browser/vector_icons/keyword_search.icon

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 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
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 21.5f, 14.94f, 6 MOVE_TO, 21.5f, 14.94f,
7 R_CUBIC_TO, 0.31f, 0.27f, 0.5f, 0.65f, 0.5f, 1.06f, 7 R_CUBIC_TO, 0.31f, 0.27f, 0.5f, 0.65f, 0.5f, 1.06f,
8 R_CUBIC_TO, 0, 0.41f, -0.19f, 0.79f, -0.5f, 1.06f, 8 R_CUBIC_TO, 0, 0.41f, -0.19f, 0.79f, -0.5f, 1.06f,
9 R_LINE_TO, -8.57f, 7.5f, 9 R_LINE_TO, -8.57f, 7.5f,
10 R_CUBIC_TO, -0.31f, 0.27f, -0.74f, 0.44f, -1.21f, 0.44f, 10 R_CUBIC_TO, -0.31f, 0.27f, -0.74f, 0.44f, -1.21f, 0.44f,
11 R_CUBIC_TO, -0.95f, 0, -1.71f, -0.67f, -1.71f, -1.5f, 11 R_CUBIC_TO, -0.95f, 0, -1.71f, -0.67f, -1.71f, -1.5f,
12 R_CUBIC_TO, 0, -0.41f, 0.19f, -0.79f, 0.5f, -1.06f, 12 R_CUBIC_TO, 0, -0.41f, 0.19f, -0.79f, 0.5f, -1.06f,
13 R_LINE_TO, 7.36f, -6.44f, 13 R_LINE_TO, 7.36f, -6.44f,
14 R_LINE_TO, -7.36f, -6.44f, 14 R_LINE_TO, -7.36f, -6.44f,
15 CUBIC_TO, 10.19f, 9.29f, 10, 8.91f, 10, 8.5f, 15 CUBIC_TO, 10.19f, 9.29f, 10, 8.91f, 10, 8.5f,
16 R_CUBIC_TO, 0, -0.83f, 0.77f, -1.5f, 1.71f, -1.5f, 16 R_CUBIC_TO, 0, -0.83f, 0.77f, -1.5f, 1.71f, -1.5f,
17 R_CUBIC_TO, 0.47f, 0, 0.9f, 0.17f, 1.21f, 0.44f, 17 R_CUBIC_TO, 0.47f, 0, 0.9f, 0.17f, 1.21f, 0.44f,
18 R_LINE_TO, 8.57f, 7.5f, 18 R_LINE_TO, 8.57f, 7.5f,
19 CLOSE, 19 CLOSE,
20 END 20 END
OLDNEW
« no previous file with comments | « components/omnibox/browser/vector_icons/http.icon ('k') | components/omnibox/browser/vector_icons/search.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698