miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.3k stars 208 forks source link

[Feature] Configurable arrowhead shape #52

Closed miroiu closed 1 year ago

miroiu commented 1 year ago

The BaseConnection can display an arrowhead in the specified position by ArrowEnds if ArrowSize is valid. I would like to be able to customize the shape of the arrowhead. (possible values for ArrowHeadShape: Arrow, Ellipse, Rectangle).

Don't forget to add the new setting to the Playground app and to the changelog.