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

Side by Side Diff: ash/resources/vector_icons/system_tray_rotation_lock_locked.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 2016 The Chromium Authors. All rights reserved. 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 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, 11, 4, 6 MOVE_TO, 11, 4,
7 R_CUBIC_TO, -0.01f, -0.07f, -0.14f, -1, 0.52f, -1, 7 R_CUBIC_TO, -0.01f, -0.07f, -0.14f, -1, 0.52f, -1,
8 R_CUBIC_TO, 0.69f, 0, 0.5f, 0.99f, 0.5f, 0.99f, 8 R_CUBIC_TO, 0.69f, 0, 0.5f, 0.99f, 0.5f, 0.99f,
9 R_LINE_TO, 1, -0.01f, 9 R_LINE_TO, 1, -0.01f,
10 R_LINE_TO, -0.01f, -0.44f, 10 R_LINE_TO, -0.01f, -0.44f,
(...skipping 27 matching lines...) Expand all
38 CLOSE, 38 CLOSE,
39 MOVE_TO, 5.95f, 12.67f, 39 MOVE_TO, 5.95f, 12.67f,
40 R_ARC_TO, 5.55f, 5.55f, 0, 0, 1, -3.16f, -4.48f, 40 R_ARC_TO, 5.55f, 5.55f, 0, 0, 1, -3.16f, -4.48f,
41 H_LINE_TO, 2, 41 H_LINE_TO, 2,
42 ARC_TO, 6.34f, 6.34f, 0, 0, 0, 8.32f, 14, 42 ARC_TO, 6.34f, 6.34f, 0, 0, 0, 8.32f, 14,
43 R_LINE_TO, 0.35f, -0.02f, 43 R_LINE_TO, 0.35f, -0.02f,
44 R_LINE_TO, -2.01f, -2.02f, 44 R_LINE_TO, -2.01f, -2.02f,
45 R_LINE_TO, -0.7f, 0.7f, 45 R_LINE_TO, -0.7f, 0.7f,
46 CLOSE, 46 CLOSE,
47 END 47 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698