Change default max_stroke_width_to_length_ratio

This commit is contained in:
Grant Sanderson 2019-03-23 10:52:02 -07:00
parent d8896e299e
commit 43f2145508

View file

@ -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,
}