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

Side by Side Diff: components/omnibox/browser/vector_icons/extension_app.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, 24, 14, 6 MOVE_TO, 24, 14,
7 LINE_TO, 24, 10, 7 LINE_TO, 24, 10,
8 CUBIC_TO, 24, 9, 23, 8, 22, 8, 8 CUBIC_TO, 24, 9, 23, 8, 22, 8,
9 LINE_TO, 18, 8, 9 LINE_TO, 18, 8,
10 LINE_TO, 18, 6, 10 LINE_TO, 18, 6,
(...skipping 16 matching lines...) Expand all
27 LINE_TO, 18, 27, 27 LINE_TO, 18, 27,
28 LINE_TO, 22, 27, 28 LINE_TO, 22, 27,
29 CUBIC_TO, 23, 27, 24, 26, 24, 25, 29 CUBIC_TO, 23, 27, 24, 26, 24, 25,
30 LINE_TO, 24, 20, 30 LINE_TO, 24, 20,
31 LINE_TO, 26, 20, 31 LINE_TO, 26, 20,
32 CUBIC_TO, 27.72f, 20.14f, 29, 18.5f, 29, 17, 32 CUBIC_TO, 27.72f, 20.14f, 29, 18.5f, 29, 17,
33 CUBIC_TO, 29, 15.5f, 27.72f, 14.43f, 26, 14, 33 CUBIC_TO, 29, 15.5f, 27.72f, 14.43f, 26, 14,
34 LINE_TO, 24, 14, 34 LINE_TO, 24, 14,
35 CLOSE, 35 CLOSE,
36 END 36 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698