Merge pull request #1166 from GDFaber/feature/flowchart_add_cylindric_shape

#1154 Flow diagram DB shape request
This commit is contained in:
Knut Sveidqvist
2020-01-01 00:24:56 -08:00
committed by GitHub
9 changed files with 159 additions and 19 deletions

View File

@@ -148,6 +148,9 @@ export const addVertices = function(vert, g, svgId) {
case 'stadium':
_shape = 'stadium';
break;
case 'cylinder':
_shape = 'cylinder';
break;
case 'group':
_shape = 'rect';
break;