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

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

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 11 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/crashed_tab.icon ('k') | chrome/app/vector_icons/credit_card.1x.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 27, 5, 6 MOVE_TO, 27, 5,
7 H_LINE_TO, 5, 7 H_LINE_TO, 5,
8 CUBIC_TO, 3.25f, 5, 2.01f, 6.22f, 2, 8, 8 CUBIC_TO, 3.25f, 5, 2.01f, 6.22f, 2, 8,
9 R_V_LINE_TO, 16, 9 R_V_LINE_TO, 16,
10 R_CUBIC_TO, 0, 1.78f, 1.25f, 3, 3, 3, 10 R_CUBIC_TO, 0, 1.78f, 1.25f, 3, 3, 3,
11 R_H_LINE_TO, 22, 11 R_H_LINE_TO, 22,
12 R_CUBIC_TO, 1.75f, 0, 3, -1.22f, 3, -3, 12 R_CUBIC_TO, 1.75f, 0, 3, -1.22f, 3, -3,
13 V_LINE_TO, 8, 13 V_LINE_TO, 8,
14 R_CUBIC_TO, 0, -1.78f, -1.25f, -3, -3, -3, 14 R_CUBIC_TO, 0, -1.78f, -1.25f, -3, -3, -3,
15 CLOSE, 15 CLOSE,
16 R_MOVE_TO, 0, 19, 16 R_MOVE_TO, 0, 19,
17 H_LINE_TO, 5, 17 H_LINE_TO, 5,
18 R_V_LINE_TO, -8, 18 R_V_LINE_TO, -8,
19 R_H_LINE_TO, 22, 19 R_H_LINE_TO, 22,
20 R_V_LINE_TO, 8, 20 R_V_LINE_TO, 8,
21 CLOSE, 21 CLOSE,
22 R_MOVE_TO, 0, -13, 22 R_MOVE_TO, 0, -13,
23 H_LINE_TO, 5, 23 H_LINE_TO, 5,
24 V_LINE_TO, 8, 24 V_LINE_TO, 8,
25 R_H_LINE_TO, 22, 25 R_H_LINE_TO, 22,
26 R_V_LINE_TO, 3, 26 R_V_LINE_TO, 3,
27 CLOSE, 27 CLOSE,
28 END 28 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/crashed_tab.icon ('k') | chrome/app/vector_icons/credit_card.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698