Open schlessera opened 3 days ago
I have pinpointed it to the layout engine config:
---
config:
layout: elk
---
When I remove the layout: elk
line in the config, the diagram renders (albeit in a layout I don't want).
Seems like the elk
layout works in the editor but breaks when exporting/sharing.
Describe the bug Export and sharing as SVG is broken for a diagram with the following error:
To Reproduce Go to the following public SVG diagram to see the error: https://www.mermaidchart.com/raw/61fb7f6a-9a7c-4eed-bd0c-ac0875eeca81?theme=light&version=v0.1&format=svg
Here's the diagram source:
Expected behavior SVG representation of the diagram.
Additional context Renders fine in the editor.