excalidraw / mermaid-to-excalidraw

Generate Excalidraw diagrams from Mermaid
https://mermaid-to-excalidraw.vercel.app
MIT License
265 stars 46 forks source link

Support elbow arrows via flowchart line curve styling #73

Open mtolmacs opened 2 months ago

mtolmacs commented 2 months ago

Line curve style pragma definition for flowcharts

Elbow arrows could be represented by the "stepAfter" style.

Elbow arrows could be created via the Excalidraw API when creating a new "arrow" element (element.type) and setting the attribute "elbowed" to "true". The "elbowed" attribute only exists on "arrow" type elements, not on linear elements.