mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
Handling of svg labels for state diagrams
This commit is contained in:
@@ -366,7 +366,7 @@ const rectWithTitle = (parent, node) => {
|
|||||||
log.info('Label text abc79', title, text2, typeof text2 === 'object');
|
log.info('Label text abc79', title, text2, typeof text2 === 'object');
|
||||||
|
|
||||||
const text = label.node().appendChild(createLabel(title, node.labelStyle, true, true));
|
const text = label.node().appendChild(createLabel(title, node.labelStyle, true, true));
|
||||||
let bbox;
|
let bbox = { width: 0, height: 0 };
|
||||||
if (evaluate(getConfig().flowchart.htmlLabels)) {
|
if (evaluate(getConfig().flowchart.htmlLabels)) {
|
||||||
const div = text.children[0];
|
const div = text.children[0];
|
||||||
const dv = select(text);
|
const dv = select(text);
|
||||||
|
Reference in New Issue
Block a user