mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-06 07:39:48 +02:00
Tuning
This commit is contained in:
@@ -133,7 +133,7 @@ flowchart LR
|
|||||||
config:
|
config:
|
||||||
look: neo
|
look: neo
|
||||||
theme: redux
|
theme: redux
|
||||||
layout: elk
|
layout: dagre
|
||||||
---
|
---
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A{"Diamond"} --- n1["Rectangle"] & n2["Rounded"] & n3(["Stadium"])
|
A{"Diamond"} --- n1["Rectangle"] & n2["Rounded"] & n3(["Stadium"])
|
||||||
|
@@ -194,7 +194,7 @@ const circle = (elem, type, id) => {
|
|||||||
.attr('class', 'marker ' + type)
|
.attr('class', 'marker ' + type)
|
||||||
.attr('viewBox', '0 0 10 10')
|
.attr('viewBox', '0 0 10 10')
|
||||||
.attr('refX', 12)
|
.attr('refX', 12)
|
||||||
.attr('refY', 5)
|
.attr('refY', 4.95) // What!!!??
|
||||||
.attr('markerUnits', 'userSpaceOnUse')
|
.attr('markerUnits', 'userSpaceOnUse')
|
||||||
.attr('markerWidth', 14)
|
.attr('markerWidth', 14)
|
||||||
.attr('markerHeight', 14)
|
.attr('markerHeight', 14)
|
||||||
|
Reference in New Issue
Block a user