Changed Arrow default

This commit is contained in:
Grant Sanderson 2019-06-25 09:02:56 -07:00
parent 64c960041b
commit 0a695dd442

View file

@ -619,7 +619,6 @@ class Arrow(Line):
"max_tip_length_to_length_ratio": 0.25,
"max_stroke_width_to_length_ratio": 5,
"preserve_tip_size_when_scaling": True,
"rectangular_stem_width": 0.05,
}
def __init__(self, *args, **kwargs):