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

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

Issue 1424743009: Switch autofill card saving bubble icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners for gn 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
« no previous file with comments | « ui/gfx/OWNERS ('k') | ui/gfx/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
(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, 27, 5,
7 H_LINE_TO, 5,
8 CUBIC_TO, 3.25f, 5, 2.01f, 6.22f, 2, 8,
9 R_V_LINE_TO, 16,
10 R_CUBIC_TO, 0, 1.78f, 1.25f, 3, 3, 3,
11 R_H_LINE_TO, 22,
12 R_CUBIC_TO, 1.75f, 0, 3, -1.22f, 3, -3,
13 V_LINE_TO, 8,
14 R_CUBIC_TO, 0, -1.78f, -1.25f, -3, -3, -3,
15 CLOSE,
16 R_MOVE_TO, 0, 19,
17 H_LINE_TO, 5,
18 R_V_LINE_TO, -8,
19 R_H_LINE_TO, 22,
20 R_V_LINE_TO, 8,
21 CLOSE,
22 R_MOVE_TO, 0, -13,
23 H_LINE_TO, 5,
24 V_LINE_TO, 8,
25 R_H_LINE_TO, 22,
26 R_V_LINE_TO, 3,
27 CLOSE,
28 END
OLDNEW
« no previous file with comments | « ui/gfx/OWNERS ('k') | ui/gfx/vector_icons/credit_card.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698