Fix open arrow marker using fill color from edge instead of none

This commit is contained in:
Alessandro
2025-08-18 12:44:49 +02:00
parent 73c3898dd0
commit f2bbdba33a
4 changed files with 7 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ const edgeTypes: EdgeTypes = {
const defaultEdgeOptions = {
markerEnd: {
type: MarkerType.ArrowClosed,
type: MarkerType.Arrow,
color: 'red',
width: 20,
height: 20,

View File

@@ -216,7 +216,7 @@
const defaultEdgeOptions = {
markerEnd: {
type: MarkerType.ArrowClosed,
type: MarkerType.Arrow,
color: 'red',
width: 20,
height: 20