Schwusch / widget_arrows

Draw arrows between widgets in Flutter
https://pub.dev/packages/widget_arrows
MIT License
145 stars 14 forks source link

Arrows are not straight when bow=0 #21

Closed k0ncode closed 4 months ago

k0ncode commented 4 months ago

Hi there, I found that my arrows were not at all straight when i set bow to zero. I had to set it to -0.5 or -0.45 to be straight. That's strange, I don't know why that happens

k0ncode commented 4 months ago

Nevermind, found my mistake. Had to set stretch to zero as well. Can close.