Skip to content

Commit 167b3df

Browse files
committed
trim black margin
1 parent 9a1d3fc commit 167b3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hello_Superellipse.py

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

0 commit comments

Comments
 (0)