#530 Started adding some tests around how flowchart shapes are rendered in SVG

This commit is contained in:
Brian Mearns
2019-10-04 22:38:27 -04:00
parent 9a0a5ca804
commit dcbcbf40a0
4 changed files with 254 additions and 156 deletions

View File

@@ -2,7 +2,6 @@ import { addVertices } from './flowRenderer';
import { setConfig } from '../../config';
setConfig({
securityLevel: 'strict',
flowchart: {
htmlLabels: false
}