dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.84k stars 587 forks source link

Remove edge transition moves arrowhead #297

Open cpettitt opened 6 years ago

cpettitt commented 6 years ago

The remove edge transition moves the arrowhead instead of leaving it in place as it fades out.

For example, in http://www.samsarin.com/project/dagre-d3/latest/demo/interactive-demo.html, add an edge "A -> F". Then remove that edge. The arrowhead that was pointing at F points back at A during the transition.