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

Side by Side Diff: ui/gfx/vector_icons/pdf.1x.icon

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps Created 3 years, 9 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 | « ui/gfx/vector_icons/pdf.icon ('k') | ui/gfx/vector_icons/vector_icons.cc.template » ('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 2016 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, 16,
6 MOVE_TO, 12.67f, 2,
7 H_LINE_TO, 3.33f,
8 CUBIC_TO, 2.6f, 2, 2, 2.6f, 2, 3.33f,
9 R_V_LINE_TO, 9.33f,
10 CUBIC_TO, 2, 13.4f, 2.6f, 14, 3.33f, 14,
11 R_H_LINE_TO, 9.33f,
12 CUBIC_TO, 13.4f, 14, 14, 13.4f, 14, 12.67f,
13 V_LINE_TO, 3.33f,
14 CUBIC_TO, 14, 2.6f, 13.4f, 2, 12.67f, 2,
15 CLOSE,
16 MOVE_TO, 3, 10,
17 V_LINE_TO, 6,
18 R_H_LINE_TO, 2,
19 R_LINE_TO, 1, 1,
20 R_V_LINE_TO, 1,
21 LINE_TO, 5, 9,
22 H_LINE_TO, 4,
23 R_V_LINE_TO, 1,
24 H_LINE_TO, 3,
25 CLOSE,
26 R_MOVE_TO, 1, -3,
27 R_H_LINE_TO, 1,
28 R_V_LINE_TO, 1,
29 H_LINE_TO, 4,
30 V_LINE_TO, 7,
31 CLOSE,
32 R_MOVE_TO, 3, 3,
33 R_H_LINE_TO, 2,
34 R_LINE_TO, 1, -1,
35 V_LINE_TO, 7,
36 LINE_TO, 9, 6,
37 H_LINE_TO, 7,
38 R_V_LINE_TO, 4,
39 CLOSE,
40 R_MOVE_TO, 1, -3,
41 R_H_LINE_TO, 1,
42 R_V_LINE_TO, 2,
43 H_LINE_TO, 8,
44 V_LINE_TO, 7,
45 CLOSE,
46 R_MOVE_TO, 3, -1,
47 R_H_LINE_TO, 2,
48 R_V_LINE_TO, 1,
49 R_H_LINE_TO, -1,
50 R_V_LINE_TO, 1,
51 R_H_LINE_TO, 1,
52 R_V_LINE_TO, 1,
53 R_H_LINE_TO, -1,
54 R_V_LINE_TO, 1,
55 R_H_LINE_TO, -1,
56 V_LINE_TO, 6,
57 CLOSE,
58 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/pdf.icon ('k') | ui/gfx/vector_icons/vector_icons.cc.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698