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

Side by Side Diff: ash/resources/vector_icons/network_ethernet.1x.icon

Issue 2447113002: Share tray constants in network icon code. (Closed)
Patch Set: move icons Created 4 years, 1 month 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, 20, 5 CANVAS_DIMENSIONS, 20,
6 MOVE_TO, 6.02f, 6, 6 MOVE_TO, 6.02f, 6,
7 LINE_TO, 2, 10.5f, 7 LINE_TO, 2, 10.5f,
8 LINE_TO, 6.02f, 15, 8 LINE_TO, 6.02f, 15,
9 LINE_TO, 7, 14.23f, 9 LINE_TO, 7, 14.23f,
10 LINE_TO, 3.66f, 10.5f, 10 LINE_TO, 3.66f, 10.5f,
(...skipping 20 matching lines...) Expand all
31 CLOSE, 31 CLOSE,
32 R_MOVE_TO, 3, -4.23f, 32 R_MOVE_TO, 3, -4.23f,
33 R_LINE_TO, 3.34f, 3.73f, 33 R_LINE_TO, 3.34f, 3.73f,
34 LINE_TO, 12, 14.23f, 34 LINE_TO, 12, 14.23f,
35 R_LINE_TO, 0.99f, 0.77f, 35 R_LINE_TO, 0.99f, 0.77f,
36 LINE_TO, 17, 10.5f, 36 LINE_TO, 17, 10.5f,
37 LINE_TO, 12.99f, 6, 37 LINE_TO, 12.99f, 6,
38 LINE_TO, 12, 6.77f, 38 LINE_TO, 12, 6.77f,
39 CLOSE, 39 CLOSE,
40 END 40 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698