int radius
This commit is contained in:
parent
6caa68ec13
commit
b19bfce407
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from PIL import Image, ImageDraw
|
||||||
|
|
||||||
width = 64
|
width = 64
|
||||||
height = 32
|
height = 32
|
||||||
pen_radius = 1.5
|
pen_radius = 2
|
||||||
|
|
||||||
|
|
||||||
canvas = Image.new('RGB', (width, height), (0, 0, 0))
|
canvas = Image.new('RGB', (width, height), (0, 0, 0))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue