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

Side by Side Diff: ui/gfx/vector_icons/location_bar_https_valid_in_chip.1x.icon

Issue 1935663002: New origin security indicator icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorten the Views GetSecureTextColor further, thanks to pkasting. Created 4 years, 7 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, 4, 7.99f, 6 MOVE_TO, 10, 6,
7 R_CUBIC_TO, 0, -0.55f, 0.45f, -0.99f, 1, -0.99f, 7 CUBIC_TO, 10, 6, 10, 6.88f, 10, 5.5f,
8 R_H_LINE_TO, 6.01f, 8 CUBIC_TO, 10, 4.12f, 8.88f, 3, 7.5f, 3,
9 R_CUBIC_TO, 0.55f, 0, 1, 0.45f, 1, 0.99f, 9 CUBIC_TO, 6.12f, 3, 5, 4.12f, 5, 5.5f,
10 R_V_LINE_TO, 4.02f, 10 CUBIC_TO, 5, 6.88f, 5, 6, 5, 6,
11 R_CUBIC_TO, 0, 0.55f, -0.45f, 0.99f, -1, 0.99f, 11 CUBIC_TO, 5, 6, 5.17f, 6, 4.75f, 6,
12 H_LINE_TO, 5, 12 CUBIC_TO, 4.33f, 6, 4, 6.34f, 4, 6.75f,
13 R_CUBIC_TO, -0.55f, 0, -1, -0.45f, -1, -0.99f, 13 CUBIC_TO, 4, 7.16f, 4, 10.84f, 4, 11.25f,
14 V_LINE_TO, 7.99f, 14 CUBIC_TO, 4, 11.66f, 4.33f, 12, 4.75f, 12,
15 CLOSE, 15 LINE_TO, 10.25f, 12,
16 MOVE_TO, 7, 9, 16 CUBIC_TO, 10.67f, 12, 11, 11.66f, 11, 11.25f,
17 R_H_LINE_TO, 2, 17 CUBIC_TO, 11, 10.84f, 11, 7.16f, 11, 6.75f,
18 R_V_LINE_TO, 2, 18 CUBIC_TO, 11, 6.34f, 10.67f, 6, 10.25f, 6,
19 H_LINE_TO, 7, 19 CUBIC_TO, 9.83f, 6, 10, 6, 10, 6,
20 V_LINE_TO, 9, 20 MOVE_TO, 6, 6,
21 CLOSE, 21 CUBIC_TO, 6, 6, 6, 6.33f, 6, 5.5f,
22 MOVE_TO, 5, 4, 22 CUBIC_TO, 6, 4.67f, 6.67f, 4, 7.5f, 4,
23 R_H_LINE_TO, 1, 23 CUBIC_TO, 8.33f, 4, 9, 4.67f, 9, 5.5f,
24 R_V_LINE_TO, 3, 24 LINE_TO, 9, 6,
25 H_LINE_TO, 5, 25 LINE_TO, 6, 6,
26 V_LINE_TO, 4,
27 CLOSE,
28 R_MOVE_TO, 5, 0,
29 R_H_LINE_TO, 1,
30 R_V_LINE_TO, 3,
31 R_H_LINE_TO, -1,
32 V_LINE_TO, 4,
33 CLOSE,
34 MOVE_TO, 6, 3,
35 R_H_LINE_TO, 4,
36 R_V_LINE_TO, 1,
37 H_LINE_TO, 6,
38 V_LINE_TO, 3,
39 CLOSE,
40 MOVE_TO, 5, 3,
41 R_H_LINE_TO, 1,
42 R_V_LINE_TO, 1,
43 H_LINE_TO, 5,
44 CLOSE,
45 MOVE_TO, 10, 3,
46 R_H_LINE_TO, 1,
47 R_V_LINE_TO, 1,
48 R_H_LINE_TO, -1,
49 CLOSE, 26 CLOSE,
50 END 27 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698