Skip to content

Commit 9a1d3fc

Browse files
committed
trim black margin
1 parent 5ff9fec commit 9a1d3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hello_Spirograph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
print(f'{notice}\n{meta(f)}')
3131
imgedt = 'mspaint' # replace with another editor if Unix
3232
rootdir = path.dirname(__file__) # get path of this script
33-
mx = my = 600 # bitmap size
33+
mx = my = 540 # bitmap size
3434
bmp = newBMP(mx, my, 4) # 16 color
3535
(x, y) = centercoord(bmp) # How to get center of the bitmap
3636
file = f'Hello{f.__name__}.bmp' # file name

0 commit comments

Comments
 (0)