From c0b7b55e49f06b75ae133b5a810bebc28c212cd6 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 22 Mar 2022 10:35:34 -0700 Subject: [PATCH] Use stroke_color to init arrow --- manimlib/mobject/geometry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/geometry.py b/manimlib/mobject/geometry.py index 14a15b27..c8356292 100644 --- a/manimlib/mobject/geometry.py +++ b/manimlib/mobject/geometry.py @@ -594,7 +594,7 @@ class Elbow(VMobject): class Arrow(Line): CONFIG = { - "stroke_color": GREY_A, + "color": GREY_A, "stroke_width": 5, "tip_width_ratio": 4, "width_to_tip_len": 0.0075,