fix: PointStart marker refX

This commit is contained in:
Sidharth Vinod
2023-09-12 14:04:54 +05:30
parent f3e0d5a20a
commit 6b7a0e1d8e

View File

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