mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 18:47:46 +00:00
Change default max_stroke_width_to_length_ratio
This commit is contained in:
parent
d8896e299e
commit
43f2145508
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ class Arrow(Line):
|
|||
"buff": MED_SMALL_BUFF,
|
||||
"tip_width_to_length_ratio": 1,
|
||||
"max_tip_length_to_length_ratio": 0.25,
|
||||
"max_stroke_width_to_length_ratio": 6,
|
||||
"max_stroke_width_to_length_ratio": 4,
|
||||
"preserve_tip_size_when_scaling": True,
|
||||
"rectangular_stem_width": 0.05,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue