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

Side by Side Diff: ash/resources/vector_icons/shelf_applist.icon

Issue 2324913002: Updates to shelf icons for Ash material design (Closed)
Patch Set: rebase Created 4 years, 3 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 2016 The Chromium Authors. All rights reserved.
Evan Stade 2016/09/09 20:39:56 shouldn't this be called shelf_app_list.icon for c
tdanderson 2016/09/09 21:15:10 Done.
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, 26,
6 MOVE_TO, 13, 26,
7 R_CUBIC_TO, 7.18f, 0, 13, -5.82f, 13, -13,
8 CUBIC_TO_SHORTHAND, 20.18f, 0, 13, 0,
9 CUBIC_TO_SHORTHAND, 0, 5.82f, 0, 13,
10 R_CUBIC_TO, 0, 7.18f, 5.82f, 13, 13, 13,
11 CLOSE,
12 R_MOVE_TO, 0, -3,
13 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10,
14 CUBIC_TO_SHORTHAND, 18.52f, 3, 13, 3,
15 CUBIC_TO_SHORTHAND, 3, 7.48f, 3, 13,
16 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10,
17 CLOSE,
18 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698