Fix Pillow attribution rectangle fill color

This commit is contained in:
Liam Steckler 2025-07-09 19:01:17 -07:00
parent 635097da91
commit 3c40e695a7

2
scl.py
View file

@ -92,7 +92,7 @@ class AttribStaticMap(staticmap.StaticMap, object):
textSize[3] + textPosition[1] + (2 * offset), textSize[3] + textPosition[1] + (2 * offset),
), ),
], ],
**options, fill=(255, 255, 255, 180),
) )
# draw text, full opacity # draw text, full opacity