Update coordinate_systems.py (#2258)

This commit is contained in:
Iñaki Rabanillo 2024-12-05 23:49:16 +01:00 committed by GitHub
parent 66862db9b2
commit 5a70d67b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -405,7 +405,7 @@ class CoordinateSystem(ABC):
stroke_width=stroke_width,
stroke_color=stroke_color,
fill_opacity=fill_opacity,
stroke_background=stroke_background
stroke_behind=stroke_background
)
for rect in result:
if not rect.positive: