This commit is contained in:
Knut Sveidqvist
2024-12-20 15:57:58 +01:00
parent f0fdf91379
commit 7491c78c8c
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ flowchart LR
config:
look: neo
theme: redux
layout: elk
layout: dagre
---
flowchart TD
A{"Diamond"} --- n1["Rectangle"] & n2["Rounded"] & n3(["Stadium"])

View File

@@ -194,7 +194,7 @@ const circle = (elem, type, id) => {
.attr('class', 'marker ' + type)
.attr('viewBox', '0 0 10 10')
.attr('refX', 12)
.attr('refY', 5)
.attr('refY', 4.95) // What!!!??
.attr('markerUnits', 'userSpaceOnUse')
.attr('markerWidth', 14)
.attr('markerHeight', 14)