panthernet / GraphX

GraphX for .NET
Apache License 2.0
316 stars 104 forks source link

Deformation of the edge rounting the mouse #79

Closed Art77 closed 6 years ago

Art77 commented 7 years ago

Good afternoon. In the library there is a possibility of deformation of the edge rounting mouse? PS Sorry for my English

panthernet commented 7 years ago

Hi, you can implement custom edge assignment from vertex A to vertex B, but you have no manual control on how this edge would be drawn. You can only select if it will be straight or curved using the edge routing algorithm.