BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.07k stars 1.47k forks source link

Incorrect rendering using Parallel in FlowChart #3624

Open pokerFace233 opened 4 years ago

pokerFace233 commented 4 years ago

Current behavior

console: image

I used the following code to draw the flowchart, but there was a problem with the rendering


s=>start: start
e=>end: end
par=>parallel: par test
one=>operation: node one
two=>operation: node two

s->par(path1, left)->one->e
par(path2, right)->two->e

image

The correct flow chart should look like this. image