OLD | NEW |
---|---|
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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, 12, | 5 CANVAS_DIMENSIONS, 16, |
varkha
2016/09/19 20:19:23
I thought that if I make this larger the badge wil
Evan Stade
2016/09/19 20:40:47
I'm not sure what you're seeing. Can you post scre
varkha
2016/09/23 00:35:53
Yes, your offline suggestion helped. The real size
| |
6 MOVE_TO, 11, 8, | 6 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4, |
7 H_LINE_TO, 4, | 7 MOVE_TO, 7, 1, |
8 R_H_LINE_TO, 3, | |
9 R_V_LINE_TO, 16, | |
10 R_H_LINE_TO, -3, | |
8 V_LINE_TO, 1, | 11 V_LINE_TO, 1, |
9 R_H_LINE_TO, 7, | |
10 R_V_LINE_TO, 7, | |
11 CLOSE, | 12 CLOSE, |
12 MOVE_TO, 6, 6, | 13 MOVE_TO, 1, 7, |
13 V_LINE_TO, 3, | 14 R_H_LINE_TO, 16, |
15 R_V_LINE_TO, 3, | |
16 H_LINE_TO, 1, | |
17 R_V_LINE_TO, -3, | |
18 CLOSE, | |
19 MOVE_TO, 7, 7, | |
14 R_H_LINE_TO, 3, | 20 R_H_LINE_TO, 3, |
15 R_V_LINE_TO, 3, | 21 R_V_LINE_TO, 3, |
16 H_LINE_TO, 6, | 22 R_H_LINE_TO, -3, |
17 CLOSE, | 23 R_V_LINE_TO, -3, |
18 MOVE_TO, 3, 3, | |
19 H_LINE_TO, 1, | |
20 R_V_LINE_TO, 8, | |
21 R_H_LINE_TO, 8, | |
22 V_LINE_TO, 9, | |
23 H_LINE_TO, 3, | |
24 V_LINE_TO, 3, | |
25 CLOSE, | 24 CLOSE, |
26 END | 25 END |
OLD | NEW |