Use stroke_color to init arrow

This commit is contained in:
Grant Sanderson
2022-03-22 10:35:34 -07:00
parent 7bf3615bb1
commit c0b7b55e49

View File

@ -594,7 +594,7 @@ class Elbow(VMobject):
class Arrow(Line): class Arrow(Line):
CONFIG = { CONFIG = {
"stroke_color": GREY_A, "color": GREY_A,
"stroke_width": 5, "stroke_width": 5,
"tip_width_ratio": 4, "tip_width_ratio": 4,
"width_to_tip_len": 0.0075, "width_to_tip_len": 0.0075,