mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-12 18:49:37 +02:00
fix fixed layout
This commit is contained in:
@@ -241,7 +241,7 @@ const doRender = async (_elem, data4Layout, siteConfig, positions) => {
|
|||||||
* Render the graph
|
* Render the graph
|
||||||
* ###############################################################
|
* ###############################################################
|
||||||
*/
|
*/
|
||||||
export const render = async (data4Layout, svg, positions) => {
|
export const render = async (data4Layout, svg, _internalHelpers, _algorithm, positions) => {
|
||||||
const element = svg.select('g');
|
const element = svg.select('g');
|
||||||
// Org
|
// Org
|
||||||
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);
|
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);
|
||||||
|
Reference in New Issue
Block a user