int radius

This commit is contained in:
foamyguy 2025-02-04 08:33:04 -06:00
parent 6caa68ec13
commit b19bfce407

View file

@ -17,7 +17,7 @@ from PIL import Image, ImageDraw
width = 64
height = 32
pen_radius = 1.5
pen_radius = 2
canvas = Image.new('RGB', (width, height), (0, 0, 0))