diff --git a/Docker/annotate_header.py b/Docker/annotate_header.py index 95f442b..75d40c8 100644 --- a/Docker/annotate_header.py +++ b/Docker/annotate_header.py @@ -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