Open
Description
Description
For some shapes there is a gap between the edge and the node isn some angles when using elk layout
Steps to reproduce
...
Screenshots
Code Sample
---
config:
layout: elk
---
flowchart TD
A["Abrakadabra"] --> C["C"] & D["I am a circle"] & n4["Untitled Node"]
D@{ shape: circle}
B["Bombrakadombra"] --> D & C & D
C --> E["E"] & B
D --> E & A
n4 --> C
Setup
- Mermaid version:
- Browser and Version: [Chrome, Edge, Firefox]
Suggested Solutions
No response
Additional Context
No response