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