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

Side by Side Diff: ash/resources/vector_icons/palette_tray_icon_default.1x.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
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 16, 5 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 12.24f, 2.2f, 6 MOVE_TO, 12.24f, 2.2f,
7 R_LINE_TO, 1.56f, 1.55f, 7 R_LINE_TO, 1.56f, 1.55f,
8 R_CUBIC_TO, 0.26f, 0.26f, 0.27f, 0.69f, 0.01f, 0.95f, 8 R_CUBIC_TO, 0.26f, 0.26f, 0.27f, 0.69f, 0.01f, 0.95f,
9 R_LINE_TO, -3.58f, 3.57f, 9 R_LINE_TO, -3.58f, 3.57f,
10 R_LINE_TO, -2.51f, -2.51f, 10 R_LINE_TO, -2.51f, -2.51f,
11 R_LINE_TO, 1.69f, -1.69f, 11 R_LINE_TO, 1.69f, -1.69f,
12 R_LINE_TO, -0.49f, -0.49f, 12 R_LINE_TO, -0.49f, -0.49f,
13 R_LINE_TO, -3.77f, 3.77f, 13 R_LINE_TO, -3.77f, 3.77f,
14 R_LINE_TO, -0.93f, -0.93f, 14 R_LINE_TO, -0.93f, -0.93f,
15 R_LINE_TO, 4.24f, -4.24f, 15 R_LINE_TO, 4.24f, -4.24f,
16 R_CUBIC_TO, 0.26f, -0.26f, 0.69f, -0.25f, 0.95f, 0.01f, 16 R_CUBIC_TO, 0.26f, -0.26f, 0.69f, -0.25f, 0.95f, 0.01f,
17 R_LINE_TO, 0.95f, 0.94f, 17 R_LINE_TO, 0.95f, 0.94f,
18 R_LINE_TO, 0.95f, -0.94f, 18 R_LINE_TO, 0.95f, -0.94f,
19 R_CUBIC_TO, 0.25f, -0.26f, 0.68f, -0.26f, 0.94f, 0, 19 R_CUBIC_TO, 0.25f, -0.26f, 0.68f, -0.26f, 0.94f, 0,
20 CLOSE, 20 CLOSE,
21 MOVE_TO, 2, 11.5f, 21 MOVE_TO, 2, 11.5f,
22 V_LINE_TO, 14, 22 V_LINE_TO, 14,
23 R_H_LINE_TO, 2.49f, 23 R_H_LINE_TO, 2.49f,
24 LINE_TO, 9.52f, 8.98f, 24 LINE_TO, 9.52f, 8.98f,
25 LINE_TO, 7.02f, 6.48f, 25 LINE_TO, 7.02f, 6.48f,
26 LINE_TO, 2, 11.5f, 26 LINE_TO, 2, 11.5f,
27 CLOSE, 27 CLOSE,
28 END 28 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698