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

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

Issue 2338103002: CrOS MD - use vectorized icons for ethernet and VPN. (Closed)
Patch Set: . 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, 40,
6 MOVE_TO, 13.23f, 12,
7 LINE_TO, 6, 20,
8 R_LINE_TO, 7.23f, 8,
9 LINE_TO, 15, 26.63f,
10 LINE_TO, 8.99f, 20,
11 LINE_TO, 15, 13.37f,
12 LINE_TO, 13.23f, 12,
13 CLOSE,
14 MOVE_TO, 14, 21,
15 R_H_LINE_TO, 2,
16 R_V_LINE_TO, -2,
17 R_H_LINE_TO, -2,
18 R_V_LINE_TO, 2,
19 CLOSE,
20 R_MOVE_TO, 12, -2,
21 R_H_LINE_TO, -2,
22 R_V_LINE_TO, 2,
23 R_H_LINE_TO, 2,
24 R_V_LINE_TO, -2,
25 CLOSE,
26 R_MOVE_TO, -7, 2,
27 R_H_LINE_TO, 2,
28 R_V_LINE_TO, -2,
29 R_H_LINE_TO, -2,
30 R_V_LINE_TO, 2,
31 CLOSE,
32 R_MOVE_TO, 6, -7.63f,
33 LINE_TO, 31.01f, 20,
34 LINE_TO, 25, 26.63f,
35 LINE_TO, 26.77f, 28,
36 LINE_TO, 34, 20,
37 R_LINE_TO, -7.23f, -8,
38 LINE_TO, 25, 13.37f,
39 CLOSE,
40 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698