From ec6659d6e834e0c5987408e0ac249ec30afa1484 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 8 Jul 2022 15:13:15 +0200 Subject: [PATCH] Change the annotation color --- Docker/annotate_header.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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