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

Side by Side Diff: chrome/app/vector_icons/certificate.icon

Issue 2846913002: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Fix merge conflict Created 3 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
« no previous file with comments | « chrome/app/vector_icons/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 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, 48,
6 MOVE_TO, 33, 32.74f,
7 R_CUBIC_TO, 1.75f, -0.62f, 3, -2.28f, 3, -4.24f,
8 R_CUBIC_TO, 0, -2.48f, -2.01f, -4.5f, -4.5f, -4.5f,
9 CUBIC_TO_SHORTHAND, 27, 26.02f, 27, 28.5f,
10 R_CUBIC_TO, 0, 1.96f, 1.25f, 3.63f, 3, 4.24f,
11 V_LINE_TO, 36,
12 R_H_LINE_TO, 3,
13 R_V_LINE_TO, -3.26f,
14 CLOSE,
15 MOVE_TO, 38, 6,
16 R_CUBIC_TO, 2.21f, 0, 4, 1.79f, 4, 4,
17 R_V_LINE_TO, 28,
18 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4,
19 H_LINE_TO, 10,
20 R_CUBIC_TO, -2.21f, 0, -4, -1.79f, -4, -4,
21 V_LINE_TO, 10,
22 R_CUBIC_TO, 0, -2.21f, 1.79f, -4, 4, -4,
23 R_H_LINE_TO, 28,
24 CLOSE,
25 MOVE_TO, 12, 30,
26 R_V_LINE_TO, 3,
27 R_H_LINE_TO, 3,
28 R_V_LINE_TO, -3,
29 R_H_LINE_TO, -3,
30 CLOSE,
31 R_MOVE_TO, 0, -12,
32 R_V_LINE_TO, 3,
33 R_H_LINE_TO, 12,
34 R_V_LINE_TO, -3,
35 H_LINE_TO, 12,
36 CLOSE,
37 R_MOVE_TO, 0, 6,
38 R_V_LINE_TO, 3,
39 R_H_LINE_TO, 6,
40 R_V_LINE_TO, -3,
41 R_H_LINE_TO, -6,
42 CLOSE,
43 R_MOVE_TO, 0, -12,
44 R_V_LINE_TO, 3,
45 R_H_LINE_TO, 24,
46 R_V_LINE_TO, -3,
47 H_LINE_TO, 12,
48 CLOSE,
49 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698