Skip to content

Commit 698c957

Browse files
committed
resize sample and reposition text
1 parent ec2b46f commit 698c957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Hello_World_italicvertical_rainbow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ def main():
2929
print(f'{notice}\n{meta(f)}')
3030
imgedt = 'mspaint' # replace with another editor if Unix
3131
rootdir = path.dirname(__file__) # get path of this script
32-
mx, my = 90, 785 # bitmap size
32+
mx, my = 80, 750 # bitmap size
3333
bmp = newBMP(mx,my,24) # RGB bitmap
3434
c = getcolorname2RGBdict()
35-
f(bmp, 30, 20, # position the text
35+
f(bmp, 0, 10, # position the text
3636
'Hello World!!', # random text
3737
7, # uint font size multiplier
3838
1, # uint space between pixels

0 commit comments

Comments
 (0)