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

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

Powered by Google App Engine
This is Rietveld 408576698