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