#1295 Adding support for forks and joins

This commit is contained in:
Knut Sveidqvist
2020-04-26 10:07:25 +02:00
parent 5662c06a33
commit fd37edc53f
3 changed files with 48 additions and 15 deletions

View File

@@ -42,6 +42,9 @@ const setupNode = (g, parent, node, altFlag) => {
if (node.start === false) {
shape = 'end';
}
if (node.type !== 'default') {
shape = node.type;
}
if (!nodeDb[node.id]) {
nodeDb[node.id] = {