projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.65k stars 1.17k forks source link

Misaligned routes #902

Closed mecirmartin closed 2 years ago

mecirmartin commented 2 years ago

Hey, i'm trying to style ports on my node with position: absolute, however paths are little offset

Screenshot 2021-10-27 at 20 00 31

I am creating ports like this

Screenshot 2021-10-27 at 20 00 56

Any suggestions?

mecirmartin commented 2 years ago

Looking into this, it looks like this is offset by 7px from top and le

Screenshot 2021-10-27 at 20 07 27

ft

mecirmartin commented 2 years ago

Fixed this, it turns out, i have to apply absolute position only on <PortWidget/>, not on its children