mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Tuning
This commit is contained in:
		@@ -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"])
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user