strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

Add constrained connection #45

Open monomon opened 6 years ago

monomon commented 6 years ago

Initially I had a separate connection type for constrained connections, but decided it's pointless and put the check for node.constraint directly in the normal connection.

I could still revert it to the old behavior if you think it is preferable.