Change the annotation color

This commit is contained in:
Kuba Orlik 2022-07-08 15:13:15 +02:00
parent 170dcf652f
commit ec6659d6e8

View File

@ -83,7 +83,7 @@ with Image.open(output_file) as im:
# offset both y and x
print_y = y + y_offset
print_x = x + x_offset
fill = "red"
fill = "#ff726b"
line_length = 200
draw.regular_polygon(
((print_x - radius - 5, print_y), radius), n_sides=3, rotation=270, fill=fill