Open Polirecyliente opened 3 years ago
I just had to track this down myself. The issue appears to be in insertEdge in the dagre-wrapper:
That line is only checking for the non-beta versions of the flowchart.
@michael-madison-wwt any updates on that?
Output of
mmdc -V
8.9.2This produces links with a 'linear' interpolation:
On the other hand, this produces links with a 'basis' interpolation:
The expected result is that both produce links with a 'linear' interpolation. See #1920