We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a flowchart file like this, diagrams produces a very small SVG.
st=>start: Start poll=>operation: Poll for thing cond=>condition: Any messages? wait=>operation: Sleep s1=>operation: Do step 1 s2=>operation: Do step 2 st->poll->cond cond(no)->wait->poll cond(yes)->s1->s2->poll
Trying the same on the Flowchart.js page yields the correct result, even if it's a little compacted.
Does diagrams require the flowchart to be written slightly differently? Or am I doing something wrong here? polling.zip
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Given a flowchart file like this, diagrams produces a very small SVG.
Trying the same on the Flowchart.js page yields the correct result, even if it's a little compacted.
Does diagrams require the flowchart to be written slightly differently? Or am I doing something wrong here?
polling.zip
The text was updated successfully, but these errors were encountered: