Changed arrow default max_stroke_width_to_length_ratio

This commit is contained in:
Grant Sanderson 2019-04-09 18:51:44 -07:00
parent 644ac5c94a
commit c1e2ee7843

View file

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