refactor(edges)!: Replace getMarkerEnd utility with getMarkerId
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -22,9 +22,9 @@ export default {
|
||||
viewBox="-10 -10 20 20"
|
||||
refX="0"
|
||||
refY="0"
|
||||
:marker-width="`${props.width}`"
|
||||
:marker-height="`${props.height}`"
|
||||
:marker-units="props.markerUnits"
|
||||
:markerWidth="`${props.width}`"
|
||||
:markerHeight="`${props.height}`"
|
||||
:markerUnits="props.markerUnits"
|
||||
:orient="props.orient"
|
||||
>
|
||||
<polyline
|
||||
|
||||
Reference in New Issue
Block a user