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

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: Fix non-ChromeOS compile and move greys out of icon files Created 4 years 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, 87,
6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xB0, 0x00,
7 MOVE_TO, 71, 48,
8 R_CUBIC_TO, -8.83f, 0, -16, 7.17f, -16, 16,
9 R_CUBIC_TO, 0, 8.83f, 7.17f, 16, 16, 16,
10 R_CUBIC_TO, 8.83f, 0, 16, -7.17f, 16, -16,
11 R_CUBIC_TO, 0, -8.83f, -7.17f, -16, -16, -16,
12 CLOSE,
13 R_MOVE_TO, -2, 24,
14 R_H_LINE_TO, 4,
15 R_V_LINE_TO, -4,
16 R_H_LINE_TO, -4,
17 R_V_LINE_TO, 4,
18 CLOSE,
19 R_MOVE_TO, 0, -7,
20 R_H_LINE_TO, 4,
21 V_LINE_TO, 55,
22 R_H_LINE_TO, -4,
23 R_V_LINE_TO, 10,
24 CLOSE,
25 NEW_PATH,
26 MOVE_TO, 6.01f, 45,
27 V_LINE_TO, 5,
28 H_LINE_TO, 66,
29 R_V_LINE_TO, 38.19f,
30 R_CUBIC_TO, 0, 0, 3.94f, -0.79f, 6, -0.79f,
31 R_V_LINE_TO, -36,
32 CUBIC_TO, 72, 2.88f, 69.06f, 0, 65.46f, 0,
33 H_LINE_TO, 6.55f,
34 CUBIC_TO, 2.95f, 0, 0, 2.88f, 0, 6.4f,
35 R_V_LINE_TO, 38.19f,
36 R_CUBIC_TO, 0, 3.52f, 2.95f, 6.4f, 6.55f, 6.41f,
37 R_H_LINE_TO, 23.45f,
38 LINE_TO, 30, 58,
39 R_LINE_TO, -7.08f, -0.02f,
40 LINE_TO, 22.91f, 64,
41 H_LINE_TO, 49,
42 R_V_LINE_TO, -6,
43 R_H_LINE_TO, -7,
44 R_V_LINE_TO, -7,
45 R_H_LINE_TO, 12.24f,
46 R_CUBIC_TO, 1.92f, -2.34f, 7.23f, -5.97f, 7.23f, -5.97f,
47 LINE_TO, 6.01f, 45,
48 CLOSE,
49 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698