Skip to content

Commit e109d05

Browse files
committed
works. Now adjust height and width of PNG
1 parent fd38f3e commit e109d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/generate_badge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
options = {
77
'format': 'png',
8-
'crop-h': '5',
9-
'crop-w': '5',
8+
'crop-h': '30',
9+
'crop-w': '70',
1010
'crop-x': '5',
1111
'crop-y': '5',
1212
'encoding': "UTF-8",

0 commit comments

Comments
 (0)