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

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: Take estade's advice on the dimness problem (solved, thanks!). 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 CUBIC_TO, 21, 12, 21, 12.67f, 21, 10,
8 R_CUBIC_TO, -1, 0, -2, -0.99f, -2, -1.99f, 8 CUBIC_TO, 21, 7.24f, 18.76f, 5, 16, 5,
9 R_V_LINE_TO, -7.95f, 9 CUBIC_TO, 13.24f, 5.02f, 11, 7.24f, 11, 10,
10 R_CUBIC_TO, 0, -0.99f, 1, -2.09f, 2, -2.09f, 10 CUBIC_TO, 11, 12.67f, 11, 12, 11, 12,
11 R_V_LINE_TO, -1.99f, 11 CUBIC_TO, 11, 12, 11.33f, 12, 10.5f, 12,
12 CUBIC_TO, 11, 9.49f, 12.5f, 7, 16, 7, 12 CUBIC_TO, 9.67f, 12, 9, 12.67f, 9, 13.5f,
13 R_CUBIC_TO, 3.5f, 0, 5, 2.49f, 5, 3.98f, 13 CUBIC_TO, 9, 14.33f, 9, 21.67f, 9, 22.5f,
14 R_V_LINE_TO, 1.99f, 14 CUBIC_TO, 9, 23.33f, 9.67f, 24, 10.5f, 24,
15 R_CUBIC_TO, 1, 0, 2, 1.09f, 2, 2.09f, 15 LINE_TO, 21.5f, 24,
16 R_V_LINE_TO, 7.96f, 16 CUBIC_TO, 22.33f, 24, 23, 23.33f, 23, 22.5f,
17 R_CUBIC_TO, 0, 1, -1, 1.99f, -2, 1.99f, 17 CUBIC_TO, 23, 21.67f, 23, 14.33f, 23, 13.5f,
18 CUBIC_TO, 23, 12.67f, 22.33f, 12, 21.5f, 12,
19 CUBIC_TO, 20.67f, 12, 21, 12, 21, 12,
18 CLOSE, 20 CLOSE,
19 R_MOVE_TO, -5, -8.95f, 21 MOVE_TO, 13, 12.02f,
20 R_CUBIC_TO, -1.1f, 0, -2, 0.88f, -2, 1.96f, 22 LINE_TO, 13, 10,
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 CUBIC_TO, 17.66f, 7, 19, 8.34f, 19, 10,
23 R_H_LINE_TO, 2, 25 LINE_TO, 19, 12.02f,
24 V_LINE_TO, 19.69f, 26 LINE_TO, 13, 12.02f,
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