mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Use stroke_color to init arrow
This commit is contained in:
parent
7bf3615bb1
commit
c0b7b55e49
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue