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

Side by Side Diff: ash/resources/vector_icons/notification_feedback.1x.icon

Issue 2490323003: Improve monitor compatibility error, move feedback link into button (Closed)
Patch Set: Fix vector icons (2nd try) 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, 16,
6 PATH_COLOR_ARGB, 0xFF, 0x96, 0x96, 0x98,
7 MOVE_TO, 2.4f, 1,
8 R_CUBIC_TO, -0.77f, 0, -1.39f, 0.63f, -1.39f, 1.4f,
9 LINE_TO, 1, 15,
10 R_LINE_TO, 2.8f, -3,
11 R_H_LINE_TO, 9.8f,
12 R_CUBIC_TO, 0.77f, 0.2f, 1.4f, -0.43f, 1.4f, -1.5f,
13 V_LINE_TO, 2.4f,
14 R_CUBIC_TO, 0, -0.77f, -0.63f, -1.4f, -1.4f, -1.4f,
15 H_LINE_TO, 2.4f,
16 CLOSE,
17 MOVE_TO, 7, 10,
18 V_LINE_TO, 8,
19 R_H_LINE_TO, 2,
20 R_V_LINE_TO, 2,
21 H_LINE_TO, 7,
22 CLOSE,
23 R_MOVE_TO, 0, -3,
24 V_LINE_TO, 3,
25 R_H_LINE_TO, 2,
26 R_V_LINE_TO, 4,
27 H_LINE_TO, 7,
28 CLOSE,
29 END
OLDNEW
« ash/display/display_util.cc ('K') | « ash/resources/vector_icons/notification_feedback.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698