mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Update coordinate_systems.py (#2258)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user