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

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

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment Created 3 years, 10 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/folder.1x.icon ('k') | chrome/app/vector_icons/folder_managed.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, 4.8f, 5, 6 MOVE_TO, 4.8f, 5,
7 CUBIC_TO, 3.26f, 5, 2.01f, 6.29f, 2.01f, 7.88f, 7 CUBIC_TO, 3.26f, 5, 2.01f, 6.29f, 2.01f, 7.88f,
8 LINE_TO, 2, 25.13f, 8 LINE_TO, 2, 25.13f,
9 CUBIC_TO, 2, 26.71f, 3.26f, 28, 4.8f, 28, 9 CUBIC_TO, 2, 26.71f, 3.26f, 28, 4.8f, 28,
10 LINE_TO, 27.2f, 28, 10 LINE_TO, 27.2f, 28,
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 LINE_TO, 17, 25, 72 LINE_TO, 17, 25,
73 LINE_TO, 23, 25, 73 LINE_TO, 23, 25,
74 CLOSE, 74 CLOSE,
75 MOVE_TO, 21, 19, 75 MOVE_TO, 21, 19,
76 LINE_TO, 21, 21, 76 LINE_TO, 21, 21,
77 LINE_TO, 23, 21, 77 LINE_TO, 23, 21,
78 LINE_TO, 23, 19, 78 LINE_TO, 23, 19,
79 LINE_TO, 21, 19, 79 LINE_TO, 21, 19,
80 CLOSE, 80 CLOSE,
81 END 81 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/folder.1x.icon ('k') | chrome/app/vector_icons/folder_managed.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698