mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-02 11:54:15 +01:00
Fix problem with circle
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
logLevel: 1,
|
||||
});
|
||||
|
||||
let shape = 'dbl-circ';
|
||||
let shape = 'circle';
|
||||
|
||||
let code = `
|
||||
flowchart TB
|
||||
|
||||
Reference in New Issue
Block a user