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

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: reflect after confirmation with the designer 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 // Copyright 2017 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.
Evan Stade 2017/04/20 14:26:38 nit: Insert blank line
kinaba 2017/04/21 02:05:51 Done.
4 CANVAS_DIMENSIONS, 80,
5 PATH_COLOR_ARGB, 0xFF, 0xBD, 0xBD, 0xBD,
6 ROUND_RECT, 20, 20, 40, 40, 4,
7 NEW_PATH,
8 PATH_COLOR_ARGB, 0xFF, 0x75, 0x75, 0x75,
9 MOVE_TO, 49.91f, 41.31f,
10 CUBIC_TO, 49.96f, 40.88f, 50, 40.45f, 50, 40,
11 R_CUBIC_TO, 0, -0.45f, -0.04f, -0.88f, -0.09f, -1.31f,
12 R_LINE_TO, 2.81f, -2.2f,
13 R_CUBIC_TO, 0.25f, -0.2f, 0.32f, -0.56f, 0.16f, -0.85f,
14 R_LINE_TO, -2.67f, -4.61f,
15 R_CUBIC_TO, -0.16f, -0.29f, -0.52f, -0.4f, -0.81f, -0.29f,
16 R_LINE_TO, -3.32f, 1.33f,
17 R_CUBIC_TO, -0.69f, -0.53f, -1.44f, -0.97f, -2.25f, -1.31f,
18 R_LINE_TO, -0.51f, -3.53f,
19 R_CUBIC_TO, -0.04f, -0.32f, -0.32f, -0.56f, -0.65f, -0.56f,
20 R_H_LINE_TO, -5.33f,
21 R_CUBIC_TO, -0.33f, 0, -0.61f, 0.24f, -0.65f, 0.56f,
22 R_LINE_TO, -0.51f, 3.53f,
23 R_CUBIC_TO, -0.81f, 0.33f, -1.56f, 0.79f, -2.25f, 1.31f,
24 R_LINE_TO, -3.32f, -1.33f,
25 R_CUBIC_TO, -0.31f, -0.12f, -0.65f, 0, -0.81f, 0.29f,
26 LINE_TO, 27.12f, 35.64f,
27 R_CUBIC_TO, -0.17f, 0.29f, -0.09f, 0.65f, 0.16f, 0.85f,
28 R_LINE_TO, 2.81f, 2.2f,
29 CUBIC_TO, 30.04f, 39.12f, 30, 39.56f, 30, 40,
30 R_CUBIC_TO, 0, 0.44f, 0.04f, 0.88f, 0.09f, 1.31f,
31 R_LINE_TO, -2.81f, 2.2f,
32 R_CUBIC_TO, -0.25f, 0.2f, -0.32f, 0.56f, -0.16f, 0.85f,
33 R_LINE_TO, 2.67f, 4.61f,
34 R_CUBIC_TO, 0.16f, 0.29f, 0.52f, 0.4f, 0.81f, 0.29f,
35 R_LINE_TO, 3.32f, -1.33f,
36 R_CUBIC_TO, 0.69f, 0.53f, 1.44f, 0.97f, 2.25f, 1.31f,
37 R_LINE_TO, 0.51f, 3.53f,
38 R_CUBIC_TO, 0.04f, 0.32f, 0.32f, 0.56f, 0.65f, 0.56f,
39 R_H_LINE_TO, 5.33f,
40 R_CUBIC_TO, 0.33f, 0, 0.61f, -0.24f, 0.65f, -0.56f,
41 R_LINE_TO, 0.51f, -3.53f,
42 R_CUBIC_TO, 0.81f, -0.33f, 1.56f, -0.79f, 2.25f, -1.31f,
43 R_LINE_TO, 3.32f, 1.33f,
44 R_CUBIC_TO, 0.31f, 0.12f, 0.65f, 0, 0.81f, -0.29f,
45 R_LINE_TO, 2.67f, -4.61f,
46 R_CUBIC_TO, 0.16f, -0.29f, 0.09f, -0.65f, -0.16f, -0.85f,
47 R_LINE_TO, -2.81f, -2.2f,
48 CLOSE,
49 MOVE_TO, 40, 44.67f,
50 R_CUBIC_TO, -2.57f, 0, -4.67f, -2.09f, -4.67f, -4.67f,
51 R_CUBIC_TO, 0, -2.58f, 2.09f, -4.67f, 4.67f, -4.67f,
52 R_CUBIC_TO, 2.58f, 0, 4.67f, 2.09f, 4.67f, 4.67f,
53 R_CUBIC_TO, 0, 2.58f, -2.09f, 4.67f, -4.67f, 4.67f,
54 CLOSE,
55 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698