Added directional arrows to all connection types that can be displayed by setting DirectionalArrowsCount.
Note that the arrows will flow in the direction of the connection (BaseConnection.Direction) and the arrowhead size is determined by BaseConnection.ArrowSize
🐛 Possible Drawbacks
Introduces breaking changes that may affect some code bases. There's no way to draw directional arrows by default (developers must override DrawDirectionalArrowsGeometry for each custom connection).
📝 Description of the Change
Added directional arrows to all connection types that can be displayed by setting
DirectionalArrowsCount
.🐛 Possible Drawbacks
Introduces breaking changes that may affect some code bases. There's no way to draw directional arrows by default (developers must override DrawDirectionalArrowsGeometry for each custom connection).