mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Use stroke_color to init arrow
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user