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

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

Issue 2051663005: Vectorize the remaining material design shelf icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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, 27, 7,
7 H_LINE_TO, 6,
8 R_CUBIC_TO, -1.78f, 0, -2.99f, 1.22f, -3, 3,
9 R_V_LINE_TO, 13,
10 R_CUBIC_TO, 0, 1.78f, 1.22f, 3, 3, 3,
11 R_H_LINE_TO, 21,
12 R_CUBIC_TO, 1.79f, 0, 3, -1.22f, 3, -3,
13 V_LINE_TO, 10,
14 R_CUBIC_TO, 0, -1.78f, -1.22f, -3, -3, -3,
15 CLOSE,
16 R_MOVE_TO, -12, 4,
17 R_H_LINE_TO, 3,
18 R_V_LINE_TO, 3,
19 R_H_LINE_TO, -3,
20 R_V_LINE_TO, -3,
21 CLOSE,
22 R_MOVE_TO, 0, 4,
23 R_H_LINE_TO, 3,
24 R_V_LINE_TO, 3,
25 R_H_LINE_TO, -3,
26 R_V_LINE_TO, -3,
27 CLOSE,
28 R_MOVE_TO, -4, -4,
29 R_H_LINE_TO, 3,
30 R_V_LINE_TO, 3,
31 R_H_LINE_TO, -3,
32 R_V_LINE_TO, -3,
33 CLOSE,
34 R_MOVE_TO, 0, 4,
35 R_H_LINE_TO, 3,
36 R_V_LINE_TO, 3,
37 R_H_LINE_TO, -3,
38 R_V_LINE_TO, -3,
39 CLOSE,
40 R_MOVE_TO, -1, 3,
41 H_LINE_TO, 7,
42 R_V_LINE_TO, -3,
43 R_H_LINE_TO, 3,
44 R_V_LINE_TO, 3,
45 CLOSE,
46 R_MOVE_TO, 0, -4,
47 H_LINE_TO, 7,
48 R_V_LINE_TO, -3,
49 R_H_LINE_TO, 3,
50 R_V_LINE_TO, 3,
51 CLOSE,
52 R_MOVE_TO, 12, 10,
53 H_LINE_TO, 11,
54 R_V_LINE_TO, -3,
55 R_H_LINE_TO, 11,
56 R_V_LINE_TO, 3,
57 CLOSE,
58 R_MOVE_TO, 0, -6,
59 R_H_LINE_TO, -3,
60 R_V_LINE_TO, -3,
61 R_H_LINE_TO, 3,
62 R_V_LINE_TO, 3,
63 CLOSE,
64 R_MOVE_TO, 0, -4,
65 R_H_LINE_TO, -3,
66 R_V_LINE_TO, -3,
67 R_H_LINE_TO, 3,
68 R_V_LINE_TO, 3,
69 CLOSE,
70 R_MOVE_TO, 4, 4,
71 R_H_LINE_TO, -3,
72 R_V_LINE_TO, -3,
73 R_H_LINE_TO, 3,
74 R_V_LINE_TO, 3,
75 CLOSE,
76 R_MOVE_TO, 0, -4,
77 R_H_LINE_TO, -3,
78 R_V_LINE_TO, -3,
79 R_H_LINE_TO, 3,
80 R_V_LINE_TO, 3,
81 CLOSE,
82 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698