InfiniteAmmoInc / Yarn

934 stars 93 forks source link

Feature request InfiniteAmmoInc#70 resizing nodes #87

Closed julsam closed 4 years ago

julsam commented 5 years ago

Allow to resize nodes for the electron branch (changes are the same as the nwjs version).

Tested with the lastest changes, it seems to work.

blurymind commented 5 years ago

this seems to work ok, but only allows for square nodes, which is not ideal as we want to usually stretch it vertically more - to reveal more of the text. I want to see if we can come up with a way to get past that limitation

blurymind commented 5 years ago

the math behind drawing these lines is very tricky here. If we could somehow get it to properly consider the width and the height when updating the arrows Edit: I am still scratching my head over it xD