mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Minor change to code
This commit is contained in:
parent
8a20a71906
commit
93aa575697
@ -186,7 +186,7 @@ const drawNote = function (elem, startx, verticalPos, msg, forceWidth) {
|
|||||||
g = elem.append('g')
|
g = elem.append('g')
|
||||||
|
|
||||||
textElem = svgDraw.drawText(g, textObj, 2 * rect.width - conf.noteMargin)
|
textElem = svgDraw.drawText(g, textObj, 2 * rect.width - conf.noteMargin)
|
||||||
textHeight = textElem[0][0].getBBox().height
|
textHeight = (textElem._groups || textElem)[0][0].getBBox().height
|
||||||
rectElem.attr('width', 2 * rect.width)
|
rectElem.attr('width', 2 * rect.width)
|
||||||
bounds.insert(startx, verticalPos, startx + 2 * rect.width, verticalPos + 2 * conf.noteMargin + textHeight)
|
bounds.insert(startx, verticalPos, startx + 2 * rect.width, verticalPos + 2 * conf.noteMargin + textHeight)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user