From cbd327c6f5d3f23b9bba95e074dafb8e9d2dba9d Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:28:02 -0700 Subject: [PATCH] Update main.js --- data/site/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/site/main.js b/data/site/main.js index d67aa632..cc192676 100644 --- a/data/site/main.js +++ b/data/site/main.js @@ -374,6 +374,7 @@ CanvasRenderingContext2D.prototype.writeText = function(text = "", textX = 0, te possibleCodeLower = splitString[i].toLowerCase().replace("{", "").replace("}", "") if (possibleCodeLower == "line" && !oneLine) { finishLine = true + currentLineY += textSize * 0.35 } else if (possibleCodeLower == "linenospace" && ! oneLine) { finishLine = true } else if (possibleCodeLower == "bar" || possibleCodeLower == "flavor") {