Arrow tip aligned to edge of box

This commit is contained in:
Per Brolin
2022-09-29 20:37:57 +02:00
parent 320e105ffe
commit 6ebfbb2f9e
2 changed files with 83 additions and 1 deletions

View File

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