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

Side by Side Diff: ui/gfx/vector_icons/location_bar_https_invalid.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, 32, 5 CANVAS_DIMENSIONS, 32,
6 PATH_COLOR_ARGB, 0xFF, 0xC5, 0x39, 0x29, 6 MOVE_TO, 4, 26,
7 ROUND_RECT, 2, 2, 28, 28, 4, 7 R_H_LINE_TO, 25,
8 NEW_PATH, 8 LINE_TO, 16.5f, 4,
9 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, 9 LINE_TO, 4, 26,
10 MOVE_TO, 21, 25,
11 LINE_TO, 11, 25,
12 CUBIC_TO, 10, 25, 9, 24.01f, 9, 23.01f,
13 LINE_TO, 9, 15.06f,
14 CUBIC_TO, 9, 14.06f, 10, 12.97f, 11, 12.97f,
15 LINE_TO, 11, 10.98f,
16 CUBIC_TO, 11, 9.49f, 12.5f, 7, 16, 7,
17 CUBIC_TO, 19.5f, 7, 21, 9.49f, 21, 10.98f,
18 LINE_TO, 21, 12.97f,
19 CUBIC_TO, 22, 12.97f, 23, 14.06f, 23, 15.06f,
20 LINE_TO, 23, 23.01f,
21 CUBIC_TO, 23, 24.01f, 22, 25, 21, 25,
22 CLOSE, 10 CLOSE,
23 MOVE_TO, 13, 11.91f, 11 R_MOVE_TO, 14, -3,
24 LINE_TO, 13, 12.97f, 12 R_H_LINE_TO, -3,
25 LINE_TO, 19, 12.97f, 13 R_V_LINE_TO, -3,
26 CUBIC_TO, 19, 12.97f, 19, 11.95f, 19, 11.91f, 14 R_H_LINE_TO, 3,
27 CUBIC_TO, 18.96f, 10.21f, 17.68f, 8.99f, 16, 8.99f, 15 R_V_LINE_TO, 3,
28 CUBIC_TO, 14.29f, 8.99f, 13, 10.14f, 13, 11.91f,
29 CLOSE, 16 CLOSE,
30 MOVE_TO, 18.05f, 15.95f, 17 R_MOVE_TO, 0, -5,
31 LINE_TO, 16.01f, 17.98f, 18 R_H_LINE_TO, -3,
32 LINE_TO, 13.97f, 15.95f, 19 R_V_LINE_TO, -6,
33 LINE_TO, 13.02f, 16.89f, 20 R_H_LINE_TO, 3,
34 LINE_TO, 15.07f, 18.92f, 21 R_V_LINE_TO, 6,
35 LINE_TO, 13, 20.98f,
36 LINE_TO, 13.94f, 21.92f,
37 LINE_TO, 16.01f, 19.86f,
38 LINE_TO, 18.05f, 21.88f,
39 LINE_TO, 19, 20.94f,
40 LINE_TO, 16.96f, 18.92f,
41 LINE_TO, 19, 16.89f,
42 LINE_TO, 18.05f, 15.95f,
43 CLOSE, 22 CLOSE,
44 END 23 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698