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

Side by Side Diff: ui/gfx/vector_icons/eol.1x.icon

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate comments from UI review: Changed vector icons and UI strings. Created 4 years, 5 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 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, 160,
Evan Stade 2016/06/29 22:22:19 this doesn't make sense --- the 1x version shouldn
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 Thank you for the explanation. Removed.
6 MOVE_TO, 56.38f, 49.82f,
7 LINE_TO, 56.28f, 49.82f,
8 LINE_TO, 56.32f, 49.87f,
9 CUBIC_TO, 56.34f, 49.85f, 56.36f, 49.84f, 56.38f, 49.82f,
10 CLOSE,
11 MOVE_TO, 47.46f, 58.65f,
12 LINE_TO, 47.46f, 58.75f,
13 CUBIC_TO, 47.47f, 58.73f, 47.48f, 58.71f, 47.5f, 58.69f,
14 LINE_TO, 47.46f, 58.65f,
15 CLOSE,
16 MOVE_TO, 102.29f, 48.82f,
17 CUBIC_TO, 95.96f, 44.28f, 88.22f, 41.58f, 79.83f, 41.58f,
18 CUBIC_TO, 71.45f, 41.58f, 63.71f, 44.28f, 57.38f, 48.82f,
19 CUBIC_TO, 57.36f, 48.84f, 75.17f, 66.72f, 75.17f, 66.72f,
20 LINE_TO, 79.83f, 60.89f,
21 LINE_TO, 99.15f, 85.03f,
22 LINE_TO, 93.48f, 85.03f,
23 LINE_TO, 111.17f, 102.72f,
24 CUBIC_TO, 115.75f, 96.33f, 118.46f, 88.59f, 118.46f, 80.2f,
25 CUBIC_TO, 118.46f, 71.82f, 115.75f, 64.08f, 111.21f, 57.75f,
26 CUBIC_TO, 108.75f, 54.3f, 105.73f, 51.29f, 102.29f, 48.82f,
27 CLOSE,
28 MOVE_TO, 110.21f, 103.76f,
29 LINE_TO, 110.21f, 103.66f,
30 CUBIC_TO, 110.2f, 103.68f, 110.18f, 103.7f, 110.17f, 103.72f,
31 LINE_TO, 110.21f, 103.76f,
32 CLOSE,
33 MOVE_TO, 111.17f, 111.58f,
34 LINE_TO, 107.16f, 107.49f,
35 LINE_TO, 89.49f, 89.82f,
36 LINE_TO, 71.23f, 71.64f,
37 LINE_TO, 52.51f, 52.91f,
38 LINE_TO, 48.46f, 48.87f,
39 LINE_TO, 45.39f, 45.8f,
40 LINE_TO, 41, 50.19f,
41 LINE_TO, 48.46f, 57.65f,
42 CUBIC_TO, 43.91f, 64.08f, 41.21f, 71.82f, 41.21f, 80.2f,
43 CUBIC_TO, 41.21f, 88.59f, 43.91f, 96.33f, 48.46f, 102.66f,
44 CUBIC_TO, 50.92f, 106.1f, 53.94f, 109.11f, 57.38f, 111.58f,
45 CUBIC_TO, 63.71f, 116.12f, 71.45f, 118.82f, 79.83f, 118.82f,
46 CUBIC_TO, 88.22f, 118.82f, 95.96f, 116.12f, 102.29f, 111.58f,
47 LINE_TO, 109.81f, 119,
48 LINE_TO, 114.2f, 114.61f,
49 LINE_TO, 111.17f, 111.58f,
50 CLOSE,
51 MOVE_TO, 89.08f, 99.98f,
52 LINE_TO, 70, 99.98f,
53 LINE_TO, 70, 85.03f,
54 LINE_TO, 60.52f, 85.03f,
55 LINE_TO, 67.33f, 76.52f,
56 LINE_TO, 89.08f, 98.68f,
57 LINE_TO, 89.08f, 99.98f,
58 CLOSE,
59 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698