mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Update coordinate_systems.py (#2258)
This commit is contained in:
parent
66862db9b2
commit
5a70d67b98
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ class CoordinateSystem(ABC):
|
||||||
stroke_width=stroke_width,
|
stroke_width=stroke_width,
|
||||||
stroke_color=stroke_color,
|
stroke_color=stroke_color,
|
||||||
fill_opacity=fill_opacity,
|
fill_opacity=fill_opacity,
|
||||||
stroke_background=stroke_background
|
stroke_behind=stroke_background
|
||||||
)
|
)
|
||||||
for rect in result:
|
for rect in result:
|
||||||
if not rect.positive:
|
if not rect.positive:
|
||||||
|
|
Loading…
Add table
Reference in a new issue