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

Side by Side Diff: ui/gfx/vector_icons/system_tray_cast.icon

Issue 2316183003: Move a bunch of ash-only vector icons to ash/. (Closed)
Patch Set: drop the "id". Just "icon". It's cleaner. Created 4 years, 3 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, 32,
6 MOVE_TO, 4, 4,
7 R_H_LINE_TO, 24,
8 R_V_LINE_TO, 24,
9 H_LINE_TO, 4,
10 CLOSE,
11 MOVE_TO, 4, 4,
12 R_H_LINE_TO, 24,
13 R_V_LINE_TO, 24,
14 H_LINE_TO, 4,
15 CLOSE,
16 MOVE_TO, 5, 22,
17 R_V_LINE_TO, 3,
18 R_H_LINE_TO, 3,
19 R_CUBIC_TO, 0, -1.66f, -1.34f, -3, -3, -3,
20 CLOSE,
21 R_MOVE_TO, 0, -4,
22 R_V_LINE_TO, 2,
23 R_CUBIC_TO, 2.76f, 0, 5, 2.24f, 5, 5,
24 R_H_LINE_TO, 2,
25 R_CUBIC_TO, 0, -3.87f, -3.13f, -7, -7, -7,
26 CLOSE,
27 R_MOVE_TO, 18, -7,
28 H_LINE_TO, 9,
29 R_V_LINE_TO, 1.63f,
30 R_CUBIC_TO, 3.96f, 1.28f, 7.09f, 4.41f, 8.37f, 8.37f,
31 H_LINE_TO, 23,
32 V_LINE_TO, 11,
33 CLOSE,
34 MOVE_TO, 5, 14,
35 R_V_LINE_TO, 2,
36 R_ARC_TO, 9, 9, 0, 0, 1, 9, 9,
37 R_H_LINE_TO, 2,
38 R_CUBIC_TO, 0, -6.08f, -4.93f, -11, -11, -11,
39 CLOSE,
40 R_MOVE_TO, 20, -7,
41 H_LINE_TO, 7,
42 R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
43 R_V_LINE_TO, 3,
44 R_H_LINE_TO, 2,
45 V_LINE_TO, 9,
46 R_H_LINE_TO, 18,
47 R_V_LINE_TO, 14,
48 R_H_LINE_TO, -7,
49 R_V_LINE_TO, 2,
50 R_H_LINE_TO, 7,
51 R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
52 V_LINE_TO, 9,
53 R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
54 CLOSE,
55 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/system_tray_caps_lock.1x.icon ('k') | ui/gfx/vector_icons/system_tray_cast.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698