update arrowhead coordinates

This commit is contained in:
Ronid1
2024-02-22 15:08:58 -08:00
parent 70c8a3dde8
commit c8fc989237

View File

@@ -734,7 +734,7 @@ export const insertArrowHead = function (elem) {
.attr('markerHeight', 12)
.attr('orient', 'auto')
.append('path')
.attr('d', 'M 0 0 L 10 5 L 0 10 z'); // this is actual shape for arrowhead
.attr('d', 'M -1 0 L 10 5 L 0 10 z'); // this is actual shape for arrowhead
};
/**