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

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

Issue 2872623002: [Web Payments] Add "pencil" edit button to lists. (Closed)
Patch Set: Address comments, icon changes 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
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
Evan Stade 2017/05/10 16:06:25 nit: omit "ic_" from the name, and it's probably b
anthonyvd 2017/05/10 16:39:26 Done.
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 2, 11.5f,
7 LINE_TO, 2, 14,
8 LINE_TO, 4.5f, 14,
9 LINE_TO, 11.87f, 6.63f,
10 LINE_TO, 9.37f, 4.13f,
11 LINE_TO, 2, 11.5f,
12 CLOSE,
13 MOVE_TO, 13.81f, 4.69f,
14 CUBIC_TO, 14.07f, 4.43f, 14.07f, 4.01f, 13.81f, 3.75f,
15 LINE_TO, 12.25f, 2.19f,
16 CUBIC_TO, 11.99f, 1.93f, 11.57f, 1.93f, 11.31f, 2.19f,
17 LINE_TO, 10.09f, 3.41f,
18 LINE_TO, 12.59f, 5.91f,
19 LINE_TO, 13.81f, 4.69f,
20 CLOSE,
21 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698