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

Side by Side Diff: ui/gfx/vector_icons/location_bar_https_valid.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 PATH_COLOR_ARGB, 0xFF, 0x0B, 0x80, 0x43, 6 MOVE_TO, 21, 12,
7 ROUND_RECT, 2, 2, 28, 28, 4, 7 LINE_TO, 21, 10,
8 NEW_PATH, 8 CUBIC_TO, 21, 7.24f, 18.76f, 5, 16, 5,
9 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, 9 CUBIC_TO, 13.24f, 5.02f, 11, 7.24f, 11, 10,
10 MOVE_TO, 21, 25, 10 LINE_TO, 11, 12,
11 LINE_TO, 11, 25, 11 CUBIC_TO, 11, 12, 11.1f, 12, 10, 12,
12 CUBIC_TO, 10, 25, 9, 24.01f, 9, 23.01f, 12 CUBIC_TO, 8.9f, 12, 8, 12.9f, 8, 13.99f,
13 LINE_TO, 9, 15.06f, 13 LINE_TO, 8, 24,
14 CUBIC_TO, 9, 14.06f, 10, 12.97f, 11, 12.97f, 14 CUBIC_TO, 8, 25.1f, 8.9f, 26, 10, 26,
15 LINE_TO, 11, 10.98f, 15 CUBIC_TO, 11.1f, 26, 20.9f, 26, 22, 26,
16 CUBIC_TO, 11, 9.49f, 12.5f, 7, 16, 7, 16 CUBIC_TO, 23.1f, 26, 24, 25.1f, 24, 24,
17 CUBIC_TO, 19.5f, 7, 21, 9.49f, 21, 10.98f, 17 CUBIC_TO, 24, 22.9f, 24, 15.1f, 24, 14,
18 LINE_TO, 21, 12.97f, 18 CUBIC_TO, 24, 12.94f, 23.1f, 12, 22, 12,
19 CUBIC_TO, 22, 12.97f, 23, 14.06f, 23, 15.06f, 19 CUBIC_TO, 20.9f, 12, 21, 12, 21, 12,
20 LINE_TO, 23, 23.01f,
21 CUBIC_TO, 23, 24.01f, 22, 25, 21, 25,
22 CLOSE, 20 CLOSE,
23 MOVE_TO, 16, 16.05f, 21 MOVE_TO, 13, 12.02f,
24 CUBIC_TO, 14.9f, 16.05f, 14, 16.93f, 14, 18.01f, 22 LINE_TO, 13, 10,
25 CUBIC_TO, 14, 18.73f, 14.4f, 19.35f, 15, 19.69f, 23 CUBIC_TO, 13, 8.34f, 14.34f, 7, 16, 7,
26 LINE_TO, 15, 21.92f, 24 CUBIC_TO, 17.66f, 7, 19, 8.34f, 19, 10,
27 LINE_TO, 17, 21.92f, 25 LINE_TO, 19, 12.02f,
28 LINE_TO, 17, 19.69f, 26 LINE_TO, 13, 12.02f,
Evan Stade 2016/05/12 16:08:11 to tack onto what pkasting said about extraneous d
palmer 2016/05/12 21:23:15 True, I did not use SVGO, even though you strongly
29 CUBIC_TO, 17.6f, 19.35f, 18, 18.73f, 18, 18.01f,
30 CUBIC_TO, 18, 16.93f, 17.1f, 16.05f, 16, 16.05f,
31 CLOSE,
32 MOVE_TO, 13, 11.91f,
33 LINE_TO, 13, 12.97f,
34 LINE_TO, 19, 12.97f,
35 CUBIC_TO, 19, 12.97f, 19, 11.95f, 19, 11.91f,
36 CUBIC_TO, 18.96f, 10.21f, 17.68f, 8.99f, 16, 8.99f,
37 CUBIC_TO, 14.29f, 8.99f, 13, 10.14f, 13, 11.91f,
38 CLOSE, 27 CLOSE,
39 END 28 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698