This commit is contained in:
2026-03-08 00:04:27 +01:00
parent c0a4ee4ec8
commit 9e5fada009
4 changed files with 22 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ export function AnimatedEdge({
id={startId}
markerWidth={DOT_MARKER_R * 2}
markerHeight={DOT_MARKER_R * 2}
refX={DOT_MARKER_R + 5}
refX={DOT_MARKER_R + 10}
refY={DOT_MARKER_R}
orient="auto"
>
@@ -72,7 +72,7 @@ export function AnimatedEdge({
id={endId}
markerWidth={DOT_MARKER_R * 2}
markerHeight={DOT_MARKER_R * 2}
refX={DOT_MARKER_R - 5}
refX={DOT_MARKER_R - 10}
refY={DOT_MARKER_R}
orient="auto"
>