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

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

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? 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
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 // A modified version of "file_download" with a wider bottom bar and taller
6 // arrow, and a white circle.
7 CANVAS_DIMENSIONS, 72,
8 PATH_COLOR_ARGB, 0xE6, 0xFF, 0xFF, 0xFF,
9 CIRCLE, 36, 36, 36,
10 NEW_PATH,
11 MOVE_TO, 32, 22,
12 R_H_LINE_TO, 8,
13 R_V_LINE_TO, 10,
14 R_H_LINE_TO, 6,
15 R_LINE_TO, -10, 10,
16 R_LINE_TO, -10, -10,
17 R_H_LINE_TO, 6,
18 R_V_LINE_TO, -10,
19 CLOSE,
20 MOVE_TO, 20, 56,
21 R_H_LINE_TO, 32,
22 R_V_LINE_TO, 4,
23 R_H_LINE_TO, -32,
24 CLOSE,
25 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698