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

Side by Side Diff: ui/gfx/vector_icons/shelf_overview.icon

Issue 2051663005: Vectorize the remaining material design shelf icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit addressed Created 4 years, 6 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
« no previous file with comments | « ui/gfx/vector_icons/shelf_overflow.1x.icon ('k') | ui/gfx/vector_icons/shelf_overview.1x.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 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, 4, 7,
7 R_CUBIC_TO, -1.06f, 0, -2, 0.9f, -2, 2,
8 R_V_LINE_TO, 14,
9 R_CUBIC_TO, 0, 1.1f, 0.94f, 2, 2, 2,
10 R_H_LINE_TO, 14,
11 R_CUBIC_TO, 1.06f, 0, 2, -0.9f, 2, -2,
12 V_LINE_TO, 9,
13 R_CUBIC_TO, 0, -1.1f, -0.94f, -2, -2, -2,
14 H_LINE_TO, 4,
15 CLOSE,
16 R_MOVE_TO, 13, 15,
17 H_LINE_TO, 5,
18 V_LINE_TO, 10,
19 R_H_LINE_TO, 12,
20 R_V_LINE_TO, 12,
21 CLOSE,
22 MOVE_TO, 22.88f, 25,
23 CUBIC_TO, 24.05f, 25, 25, 24.1f, 25, 22.99f,
24 V_LINE_TO, 9.01f,
25 CUBIC_TO, 25, 7.9f, 24.05f, 7, 22.88f, 7,
26 H_LINE_TO, 22,
27 R_V_LINE_TO, 18,
28 R_H_LINE_TO, 0.88f,
29 CLOSE,
30 MOVE_TO, 27.88f, 25,
31 CUBIC_TO, 29.05f, 25, 30, 24.1f, 30, 22.99f,
32 V_LINE_TO, 9.01f,
33 CUBIC_TO, 30, 7.9f, 29.05f, 7, 27.88f, 7,
34 H_LINE_TO, 27,
35 R_V_LINE_TO, 18,
36 R_H_LINE_TO, 0.88f,
37 CLOSE,
38 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/shelf_overflow.1x.icon ('k') | ui/gfx/vector_icons/shelf_overview.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698