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

Side by Side Diff: chrome/app/vector_icons/arc_migrate_encryption_notification.icon

Issue 2820433002: arc: Add icon resource for the notification in migration-skipped session. (Closed)
Patch Set: vector icon Created 3 years, 8 months 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 CANVAS_DIMENSIONS, 112,
Evan Stade 2017/04/14 14:46:41 nit: copyright header
kinaba 2017/04/17 08:08:55 Done.
2 MOVE_TO, 0, 0,
Evan Stade 2017/04/14 14:46:41 you don't need/want this box which is an unfortuna
kinaba 2017/04/17 08:08:55 Done.
3 R_H_LINE_TO, 112,
4 R_V_LINE_TO, 112,
5 H_LINE_TO, 0,
6 CLOSE,
7 NEW_PATH,
8 PATH_COLOR_ARGB, 0xFF, 0xBD, 0xBD, 0xBD,
9 ROUND_RECT, 16, 16, 80, 80, 8,
10 NEW_PATH,
11 PATH_COLOR_ARGB, 0xFF, 0x75, 0x75, 0x75,
Evan Stade 2017/04/14 14:46:41 can you double check with the designer that we don
kinaba 2017/04/17 08:08:55 elizabethchiu@, could you answer the question on t
12 MOVE_TO, 75.81f, 58.61f,
13 CUBIC_TO, 75.92f, 57.76f, 76, 56.91f, 76, 56,
14 R_CUBIC_TO, 0, -0.91f, -0.08f, -1.76f, -0.19f, -2.61f,
15 R_LINE_TO, 5.63f, -4.4f,
16 R_CUBIC_TO, 0.51f, -0.4f, 0.64f, -1.12f, 0.32f, -1.71f,
17 R_LINE_TO, -5.33f, -9.23f,
18 R_CUBIC_TO, -0.32f, -0.59f, -1.04f, -0.8f, -1.63f, -0.59f,
19 R_LINE_TO, -6.64f, 2.67f,
20 R_CUBIC_TO, -1.39f, -1.07f, -2.88f, -1.95f, -4.51f, -2.61f,
21 R_LINE_TO, -1.01f, -7.07f,
22 R_CUBIC_TO, -0.08f, -0.64f, -0.64f, -1.12f, -1.31f, -1.12f,
23 H_LINE_TO, 50.67f,
24 R_CUBIC_TO, -0.67f, 0, -1.23f, 0.48f, -1.31f, 1.12f,
25 R_LINE_TO, -1.01f, 7.07f,
26 R_CUBIC_TO, -1.63f, 0.67f, -3.12f, 1.57f, -4.51f, 2.61f,
27 R_LINE_TO, -6.64f, -2.67f,
28 R_CUBIC_TO, -0.61f, -0.24f, -1.31f, 0, -1.63f, 0.59f,
29 LINE_TO, 30.24f, 47.28f,
30 R_CUBIC_TO, -0.35f, 0.59f, -0.19f, 1.31f, 0.32f, 1.71f,
31 R_LINE_TO, 5.63f, 4.4f,
32 CUBIC_TO, 36.08f, 54.24f, 36, 55.12f, 36, 56,
33 R_CUBIC_TO, 0, 0.88f, 0.08f, 1.76f, 0.19f, 2.61f,
34 R_LINE_TO, -5.63f, 4.4f,
35 R_CUBIC_TO, -0.51f, 0.4f, -0.64f, 1.12f, -0.32f, 1.71f,
36 R_LINE_TO, 5.33f, 9.23f,
37 R_CUBIC_TO, 0.32f, 0.59f, 1.04f, 0.8f, 1.63f, 0.59f,
38 R_LINE_TO, 6.64f, -2.67f,
39 R_CUBIC_TO, 1.39f, 1.07f, 2.88f, 1.95f, 4.51f, 2.61f,
40 R_LINE_TO, 1.01f, 7.07f,
41 R_CUBIC_TO, 0.08f, 0.64f, 0.64f, 1.12f, 1.31f, 1.12f,
42 R_H_LINE_TO, 10.67f,
43 R_CUBIC_TO, 0.67f, 0, 1.23f, -0.48f, 1.31f, -1.12f,
44 R_LINE_TO, 1.01f, -7.07f,
45 R_CUBIC_TO, 1.63f, -0.67f, 3.12f, -1.57f, 4.51f, -2.61f,
46 R_LINE_TO, 6.64f, 2.67f,
47 R_CUBIC_TO, 0.61f, 0.24f, 1.31f, 0, 1.63f, -0.59f,
48 R_LINE_TO, 5.33f, -9.23f,
49 R_CUBIC_TO, 0.32f, -0.59f, 0.19f, -1.31f, -0.32f, -1.71f,
50 R_LINE_TO, -5.63f, -4.4f,
51 CLOSE,
52 MOVE_TO, 56, 65.33f,
53 R_CUBIC_TO, -5.15f, 0, -9.33f, -4.19f, -9.33f, -9.33f,
54 R_CUBIC_TO, 0, -5.14f, 4.19f, -9.33f, 9.33f, -9.33f,
55 R_CUBIC_TO, 5.14f, 0, 9.33f, 4.19f, 9.33f, 9.33f,
56 R_CUBIC_TO, 0, 5.14f, -4.19f, 9.33f, -9.33f, 9.33f,
57 CLOSE,
58 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698