Fix note text y position

This commit is contained in:
Tyler Long 2018-03-13 11:06:27 +08:00
parent 93aa575697
commit 2a061fba07
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ const drawNote = function (elem, startx, verticalPos, msg, forceWidth) {
const textObj = svgDraw.getTextObj()
textObj.x = startx - 4
textObj.y = verticalPos - 13
textObj.y = verticalPos + 24
textObj.textMargin = conf.noteMargin
textObj.dy = '1em'
textObj.text = msg.message