#1295 Markers implmented, the gereric pattern and diagram specific for flowcharts.

This commit is contained in:
Knut Sveidqvist
2020-03-16 07:55:02 +01:00
parent 5b74d75011
commit 215e930da4
7 changed files with 140 additions and 31 deletions

View File

@@ -12,8 +12,8 @@ const translateClusterId = id => {
return id;
};
export const render = (elem, graph) => {
insertMarkers(elem);
export const render = (elem, graph, markers) => {
insertMarkers(elem, markers);
clusterDb = {};
clearNodes();
clearEdges();