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

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

Issue 1448433004: [MD] update EV bubble icon and location bar https icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 1 month 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
(Empty)
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
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 21, 25,
7 H_LINE_TO, 11,
8 R_CUBIC_TO, -1, 0, -2, -0.99f, -2, -1.99f,
9 R_V_LINE_TO, -7.95f,
10 R_CUBIC_TO, 0, -0.99f, 1, -2.09f, 2, -2.09f,
11 R_V_LINE_TO, -1.99f,
12 CUBIC_TO, 11, 9.49f, 12.5f, 7, 16, 7,
13 R_CUBIC_TO, 3.5f, 0, 5, 2.49f, 5, 3.98f,
14 R_V_LINE_TO, 1.99f,
15 R_CUBIC_TO, 1, 0, 2, 1.09f, 2, 2.09f,
16 R_V_LINE_TO, 7.96f,
17 R_CUBIC_TO, 0, 1, -1, 1.99f, -2, 1.99f,
18 CLOSE,
19 R_MOVE_TO, -5, -8.95f,
20 R_CUBIC_TO, -1.1f, 0, -2, 0.88f, -2, 1.96f,
21 R_CUBIC_TO, 0, 0.72f, 0.4f, 1.35f, 1, 1.68f,
22 R_V_LINE_TO, 2.23f,
23 R_H_LINE_TO, 2,
24 V_LINE_TO, 19.69f,
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,
35 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698