From 3c40e695a7612af124203b335587c957c7af7031 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Wed, 9 Jul 2025 19:01:17 -0700 Subject: [PATCH] Fix Pillow attribution rectangle fill color --- scl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scl.py b/scl.py index 0b2fa5f..a9c8520 100644 --- a/scl.py +++ b/scl.py @@ -92,7 +92,7 @@ class AttribStaticMap(staticmap.StaticMap, object): textSize[3] + textPosition[1] + (2 * offset), ), ], - **options, + fill=(255, 255, 255, 180), ) # draw text, full opacity