react-d3-graph
react-d3-graph copied to clipboard
Arrowheads in a directed graph with smooth curves don't point to the center of their node
Describe the bug Arrowheads in a directed graph with smooth curves don't point to the center of the node they point to.
To Reproduce Steps to reproduce the behavior:
- Go to https://danielcaldas.github.io/react-d3-graph/sandbox/index.html
- Check the
directedcheckbox - Select the
CURVE_SMOOTHlink.type - See error
Expected behavior Arrowheads point to the center of the node they point to.
Screenshots

Environment:
- OS: macOS
- Browser: chrome
- Version: 96.0.4664.55
- Node version: whichever the playground currently uses
- react-d3-graph version: 2.6.0
- d3 version: whichever the playground currently uses
- react version: whichever the playground currently uses