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

Side by Side Diff: ui/gfx/vector_icons/location_bar_https_valid_in_chip.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 MOVE_TO, 21, 25, 6 MOVE_TO, 21, 12,
7 H_LINE_TO, 11, 7 R_V_LINE_TO, -2,
8 R_CUBIC_TO, -1, 0, -2, -0.99f, -2, -1.99f, 8 R_CUBIC_TO, 0, -2.76f, -2.24f, -5, -5, -5,
9 R_V_LINE_TO, -7.95f, 9 R_CUBIC_TO, -2.76f, 0.02f, -5, 2.24f, -5, 5,
10 R_CUBIC_TO, 0, -0.99f, 1, -2.09f, 2, -2.09f, 10 R_V_LINE_TO, 2,
11 R_V_LINE_TO, -1.99f, 11 R_H_LINE_TO, -0.5f,
12 CUBIC_TO, 11, 9.49f, 12.5f, 7, 16, 7, 12 R_CUBIC_TO, -0.83f, 0, -1.5f, 0.67f, -1.5f, 1.5f,
13 R_CUBIC_TO, 3.5f, 0, 5, 2.49f, 5, 3.98f, 13 R_V_LINE_TO, 9,
14 R_V_LINE_TO, 1.99f, 14 R_CUBIC_TO, 0, 0.83f, 0.67f, 1.5f, 1.5f, 1.5f,
15 R_CUBIC_TO, 1, 0, 2, 1.09f, 2, 2.09f, 15 R_H_LINE_TO, 11,
16 R_V_LINE_TO, 7.96f, 16 R_CUBIC_TO, 0.83f, 0, 1.5f, -0.67f, 1.5f, -1.5f,
17 R_CUBIC_TO, 0, 1, -1, 1.99f, -2, 1.99f, 17 R_V_LINE_TO, -9,
18 R_CUBIC_TO, 0, -0.83f, -0.67f, -1.5f, -1.5f, -1.5f,
19 H_LINE_TO, 21,
18 CLOSE, 20 CLOSE,
19 R_MOVE_TO, -5, -8.95f, 21 R_MOVE_TO, -8, 0.02f,
20 R_CUBIC_TO, -1.1f, 0, -2, 0.88f, -2, 1.96f, 22 R_V_LINE_TO, -2.02f,
21 R_CUBIC_TO, 0, 0.72f, 0.4f, 1.35f, 1, 1.68f, 23 CUBIC_TO, 13, 8.34f, 14.34f, 7, 16, 7,
22 R_V_LINE_TO, 2.23f, 24 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3,
23 R_H_LINE_TO, 2, 25 R_V_LINE_TO, 2.02f,
24 V_LINE_TO, 19.69f, 26 R_H_LINE_TO, -6,
25 R_CUBIC_TO, 0.6f, -0.34f, 1, -0.96f, 1, -1.68f,
26 R_CUBIC_TO, 0, -1.08f, -0.89f, -1.96f, -2, -1.96f,
27 CLOSE,
28 R_MOVE_TO, -3, -4.14f,
29 R_V_LINE_TO, 1.06f,
30 R_H_LINE_TO, 6,
31 R_V_LINE_TO, -1.06f,
32 R_CUBIC_TO, -0.04f, -1.69f, -1.32f, -2.92f, -3, -2.92f,
33 R_CUBIC_TO, -1.71f, 0, -3, 1.15f, -3, 2.92f,
34 CLOSE, 27 CLOSE,
35 END 28 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698