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

Side by Side Diff: ui/gfx/vector_icons/shelf_overview.1x.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_overview.icon ('k') | no next file » | 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, 16,
6 MOVE_TO, 2, 3,
7 R_CUBIC_TO, -0.53f, 0, -1, 0.45f, -1, 1,
8 R_V_LINE_TO, 8,
9 R_CUBIC_TO, 0, 0.55f, 0.47f, 1, 1, 1,
10 R_H_LINE_TO, 8,
11 R_CUBIC_TO, 0.53f, 0, 1, -0.45f, 1, -1,
12 V_LINE_TO, 4,
13 R_CUBIC_TO, 0, -0.55f, -0.47f, -1, -1, -1,
14 H_LINE_TO, 2,
15 CLOSE,
16 R_MOVE_TO, 1, 8,
17 V_LINE_TO, 5,
18 R_H_LINE_TO, 6,
19 R_V_LINE_TO, 6,
20 H_LINE_TO, 3,
21 CLOSE,
22 MOVE_TO, 12.29f, 13,
23 R_CUBIC_TO, 0.39f, 0, 0.71f, -0.45f, 0.71f, -1.01f,
24 V_LINE_TO, 4.01f,
25 CUBIC_TO, 13, 3.45f, 12.68f, 3, 12.29f, 3,
26 H_LINE_TO, 12,
27 R_V_LINE_TO, 10,
28 R_H_LINE_TO, 0.29f,
29 CLOSE,
30 MOVE_TO, 14.29f, 13,
31 R_CUBIC_TO, 0.39f, 0, 0.71f, -0.45f, 0.71f, -1.01f,
32 V_LINE_TO, 4.01f,
33 CUBIC_TO, 15, 3.45f, 14.68f, 3, 14.29f, 3,
34 H_LINE_TO, 14,
35 R_V_LINE_TO, 10,
36 R_H_LINE_TO, 0.29f,
37 CLOSE,
38 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/shelf_overview.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698