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
commit ea6f9c2d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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')