Merge pull request #4286 from legonigel/4195_arrow_end_size

Fix #4195 start and end arrow have different sizes
This commit is contained in:
Sidharth Vinod
2023-04-13 15:05:56 +05:30
committed by GitHub

View File

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