mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
#1295 Markers implmented, the gereric pattern and diagram specific for flowcharts.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user