chore: Fix flowchart arrow

This commit is contained in:
Sidharth Vinod
2023-09-03 03:02:58 +05:30
parent bbbae7d59f
commit 5b724b180f
2 changed files with 2 additions and 1 deletions

View File

@@ -465,6 +465,7 @@ export const insertEdge = function (elem, e, edge, clusterDb, diagramType, graph
composition: 18,
dependency: 6,
lollipop: 13.5,
arrow_point: 5.3,
};
const lineFunction = line()

View File

@@ -160,7 +160,7 @@ const point = (elem, type) => {
.attr('id', type + '-pointEnd')
.attr('class', 'marker ' + type)
.attr('viewBox', '0 0 10 10')
.attr('refX', 10)
.attr('refX', 6)
.attr('refY', 5)
.attr('markerUnits', 'userSpaceOnUse')
.attr('markerWidth', 12)