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

Side by Side Diff: ui/gfx/vector_icons/network_badge_secure.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
(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, 16,
6 MOVE_TO, 3, 7,
7 R_CUBIC_TO, 0, -0.55f, 0.46f, -1, 1, -1,
8 R_H_LINE_TO, 8.01f,
9 R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 1,
10 R_V_LINE_TO, 6.01f,
11 R_CUBIC_TO, 0, 0.55f, -0.46f, 1, -0.99f, 1,
12 R_H_LINE_TO, -8.01f,
13 R_CUBIC_TO, -0.55f, 0, -0.99f, -0.45f, -0.99f, -1,
14 V_LINE_TO, 7,
15 CLOSE,
16 MOVE_TO, 7, 9,
17 R_H_LINE_TO, 2,
18 R_V_LINE_TO, 2,
19 H_LINE_TO, 7,
20 V_LINE_TO, 9,
21 CLOSE,
22 R_MOVE_TO, 1, -7,
23 R_CUBIC_TO, 1.66f, 0, 3, 1.35f, 3, 3,
24 V_LINE_TO, 6,
25 H_LINE_TO, 5,
26 V_LINE_TO, 5,
27 CUBIC_TO, 5, 3.34f, 6.35f, 2, 8, 2,
28 CLOSE,
29 R_MOVE_TO, 0, 1,
30 R_CUBIC_TO, 1.11f, 0, 2, 0.9f, 2, 2,
31 V_LINE_TO, 6,
32 H_LINE_TO, 6,
33 V_LINE_TO, 5,
34 CUBIC_TO, 6, 3.89f, 6.89f, 3, 8, 3,
35 CLOSE,
36 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698