mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 09:36:41 +02:00
Fixes after verification, documentation of stateDiagram
This commit is contained in:
@@ -101,7 +101,7 @@ export const draw = function(text, id) {
|
||||
`${conf.padding * -1} ${conf.padding * -1} ` +
|
||||
(bounds.width * 1.5 + conf.padding * 2) +
|
||||
' ' +
|
||||
(bounds.height * 1.5 + conf.padding * 2)
|
||||
(bounds.height + conf.padding * 5)
|
||||
);
|
||||
};
|
||||
const getLabelWidth = text => {
|
||||
|
Reference in New Issue
Block a user