#1295 Added the flowchart shapes

This commit is contained in:
Knut Sveidqvist
2020-03-18 22:08:19 +01:00
parent 4010c89899
commit 17f06564a2
4 changed files with 346 additions and 61 deletions

View File

@@ -2,11 +2,11 @@
* Borrowed with love from from dagrge-d3. Many thanks to cpettitt!
*/
import node from './intersect-node';
import circle from './intersect-circle';
import ellipse from './intersect-ellipse';
import polygon from './intersect-polygon';
import rect from './intersect-rect';
import node from './intersect-node.js';
import circle from './intersect-circle.js';
import ellipse from './intersect-ellipse.js';
import polygon from './intersect-polygon.js';
import rect from './intersect-rect.js';
export default {
node,