mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Changed arrow default max_stroke_width_to_length_ratio
This commit is contained in:
parent
644ac5c94a
commit
c1e2ee7843
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class Arrow(Line):
|
|||
"stroke_width": 6,
|
||||
"buff": MED_SMALL_BUFF,
|
||||
"max_tip_length_to_length_ratio": 0.25,
|
||||
"max_stroke_width_to_length_ratio": 4,
|
||||
"max_stroke_width_to_length_ratio": 5,
|
||||
"preserve_tip_size_when_scaling": True,
|
||||
"rectangular_stem_width": 0.05,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue