From 5a70d67b98e9b2d353d0721d95b034ffaab29a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Rabanillo?= <51260739+InakiRaba91@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:49:16 +0100 Subject: [PATCH] Update coordinate_systems.py (#2258) --- manimlib/mobject/coordinate_systems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index 6863fee5..4846aaaa 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -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: