OLD | NEW |
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 // A modified version of "file_download" with a wider bottom bar and taller | 5 // A modified version of "file_download" with a wider bottom bar and taller |
6 // arrow, and a white circle. | 6 // arrow, and a white circle. |
7 CANVAS_DIMENSIONS, 72, | 7 CANVAS_DIMENSIONS, 72, |
8 PATH_COLOR_ARGB, 0xE6, 0xFF, 0xFF, 0xFF, | 8 PATH_COLOR_ARGB, 0xE6, 0xFF, 0xFF, 0xFF, |
9 CIRCLE, 36, 36, 36, | 9 CIRCLE, 36, 36, 36, |
10 NEW_PATH, | 10 NEW_PATH, |
11 MOVE_TO, 32, 22, | 11 MOVE_TO, 32, 22, |
12 R_H_LINE_TO, 8, | 12 R_H_LINE_TO, 8, |
13 R_V_LINE_TO, 10, | 13 R_V_LINE_TO, 10, |
14 R_H_LINE_TO, 6, | 14 R_H_LINE_TO, 6, |
15 R_LINE_TO, -10, 10, | 15 R_LINE_TO, -10, 10, |
16 R_LINE_TO, -10, -10, | 16 R_LINE_TO, -10, -10, |
17 R_H_LINE_TO, 6, | 17 R_H_LINE_TO, 6, |
18 R_V_LINE_TO, -10, | 18 R_V_LINE_TO, -10, |
19 CLOSE, | 19 CLOSE, |
20 MOVE_TO, 20, 56, | 20 MOVE_TO, 20, 56, |
21 R_H_LINE_TO, 32, | 21 R_H_LINE_TO, 32, |
22 R_V_LINE_TO, 4, | 22 R_V_LINE_TO, 4, |
23 R_H_LINE_TO, -32, | 23 R_H_LINE_TO, -32, |
24 CLOSE, | 24 CLOSE, |
25 END | 25 END |
OLD | NEW |