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

Side by Side Diff: ui/vector_icons/edit.icon

Issue 2872623002: [Web Payments] Add "pencil" edit button to lists. (Closed)
Patch Set: Rebase 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 | « ui/vector_icons/BUILD.gn ('k') | no next file » | 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, 6, 34.51f,
7 LINE_TO, 6, 42.01f,
8 LINE_TO, 13.5f, 42.01f,
9 LINE_TO, 35.62f, 19.89f,
10 LINE_TO, 28.12f, 12.39f,
11 LINE_TO, 6, 34.51f,
12 CLOSE,
13 MOVE_TO, 41.42f, 14.09f,
14 CUBIC_TO, 42.2f, 13.31f, 42.2f, 12.05f, 41.42f, 11.27f,
15 LINE_TO, 36.74f, 6.59f,
16 CUBIC_TO, 35.96f, 5.81f, 34.7f, 5.81f, 33.92f, 6.59f,
17 LINE_TO, 30.26f, 10.25f,
18 LINE_TO, 37.76f, 17.75f,
19 LINE_TO, 41.42f, 14.09f,
20 CLOSE,
21 END
OLDNEW
« no previous file with comments | « ui/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698