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

Side by Side Diff: ash/resources/vector_icons/notification_feedback.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, 32,
6 PATH_COLOR_ARGB, 0xFF, 0x96, 0x96, 0x98,
7 MOVE_TO, 0, 0,
8 R_H_LINE_TO, 32,
9 R_V_LINE_TO, 32,
10 H_LINE_TO, 0,
11 CLOSE,
12 MOVE_TO, 4.8f, 2,
13 CUBIC_TO, 3.26f, 2, 2.01f, 3.26f, 2.01f, 4.8f,
14 LINE_TO, 2, 30,
15 R_LINE_TO, 5.6f, -6,
16 R_H_LINE_TO, 19.6f,
17 R_CUBIC_TO, 1.54f, 0.4f, 2.8f, -0.86f, 2.8f, -3,
18 V_LINE_TO, 4.8f,
19 CUBIC_TO, 30, 3.26f, 28.74f, 2, 27.2f, 2,
20 H_LINE_TO, 4.8f,
21 CLOSE,
22 MOVE_TO, 15, 19,
23 R_V_LINE_TO, -3,
24 R_H_LINE_TO, 3,
25 R_V_LINE_TO, 3,
26 R_H_LINE_TO, -3,
27 CLOSE,
28 R_MOVE_TO, 0, -5,
29 V_LINE_TO, 7,
30 R_H_LINE_TO, 3,
31 R_V_LINE_TO, 7,
32 R_H_LINE_TO, -3,
33 CLOSE,
34 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698