Fix open arrow marker using fill color from edge instead of none
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
|
||||
const defaultEdgeOptions = {
|
||||
markerEnd: {
|
||||
type: MarkerType.ArrowClosed,
|
||||
type: MarkerType.Arrow,
|
||||
color: 'red',
|
||||
width: 20,
|
||||
height: 20
|
||||
|
||||
Reference in New Issue
Block a user