You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->op1
@robertleeplummerjr@adrai The basic example was rendered as follows after PR#191 was merged. The 'no' condition draws a line to the top-right instead of right direction, even if I explicitly specify the direction.
The text was updated successfully, but these errors were encountered:
@robertleeplummerjr @adrai The basic example was rendered as follows after PR#191 was merged. The 'no' condition draws a line to the top-right instead of right direction, even if I explicitly specify the direction.
The text was updated successfully, but these errors were encountered: