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

Side by Side Diff: ash/resources/vector_icons/display_notification.icon

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Switching to .icon files which don't yet render correctly Created 4 years, 1 month 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, 160,
6 MOVE_TO, 0, 0,
Evan Stade 2016/11/15 21:56:29 this box is what's making your icon inverted
Greg Levin 2016/11/16 22:01:29 Is there any documentation on this file format? A
Evan Stade 2016/11/17 00:15:24 This format maps from the SVG path spec [https://w
7 R_H_LINE_TO, 160,
8 R_V_LINE_TO, 160,
9 H_LINE_TO, 0,
10 CLOSE,
11 MOVE_TO, 24, 24,
12 R_H_LINE_TO, 112,
13 R_V_LINE_TO, 112,
14 H_LINE_TO, 24,
15 CLOSE,
16 MOVE_TO, 50.01f, 92,
17 V_LINE_TO, 52,
18 H_LINE_TO, 110,
19 R_V_LINE_TO, 38.19f,
20 R_CUBIC_TO, 0, 0, 3.94f, -0.79f, 6, -0.79f,
21 R_V_LINE_TO, -36,
22 R_CUBIC_TO, 0, -3.52f, -2.94f, -6.4f, -6.54f, -6.4f,
23 R_H_LINE_TO, -58.91f,
24 CUBIC_TO, 46.95f, 47, 44, 49.88f, 44, 53.4f,
25 R_V_LINE_TO, 38.19f,
26 R_CUBIC_TO, 0, 3.52f, 2.95f, 6.4f, 6.55f, 6.41f,
27 R_H_LINE_TO, 23.45f,
28 R_LINE_TO, 0, 7,
29 R_LINE_TO, -7.08f, -0.02f,
30 R_LINE_TO, -0.01f, 6.02f,
31 H_LINE_TO, 93,
32 R_V_LINE_TO, -6,
33 R_H_LINE_TO, -7,
34 R_V_LINE_TO, -7,
35 R_H_LINE_TO, 12.24f,
36 R_CUBIC_TO, 1.92f, -2.34f, 7.23f, -5.97f, 7.23f, -5.97f,
37 LINE_TO, 50.01f, 92,
38 CLOSE,
39 MOVE_TO, 115, 95,
40 R_CUBIC_TO, -8.83f, 0, -16, 7.17f, -16, 16,
41 R_CUBIC_TO, 0, 8.83f, 7.17f, 16, 16, 16,
42 R_CUBIC_TO, 8.83f, 0, 16, -7.17f, 16, -16,
43 R_CUBIC_TO, 0, -8.83f, -7.17f, -16, -16, -16,
44 CLOSE,
45 R_MOVE_TO, -2, 24,
46 R_H_LINE_TO, 4,
47 R_V_LINE_TO, -4,
48 R_H_LINE_TO, -4,
49 R_V_LINE_TO, 4,
50 CLOSE,
51 R_MOVE_TO, 0, -7,
52 R_H_LINE_TO, 4,
53 R_V_LINE_TO, -10,
54 R_H_LINE_TO, -4,
55 R_V_LINE_TO, 10,
56 CLOSE,
57 MOVE_TO, 0, 0,
58 R_H_LINE_TO, 160,
59 R_V_LINE_TO, 160,
60 H_LINE_TO, 0,
61 CLOSE,
62 END
OLDNEW
« no previous file with comments | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/display_notification.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698