From b6f9dd65593745386873ac4aa2b614c7ac638a75 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Mon, 11 Nov 2019 20:05:41 -0800 Subject: [PATCH] Update main.js --- data/site/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/site/main.js b/data/site/main.js index aff16109..03b5a9cb 100644 --- a/data/site/main.js +++ b/data/site/main.js @@ -448,9 +448,7 @@ CanvasRenderingContext2D.prototype.writeText = function(text = "", textX = 0, te lineContext.drawImage(manaSymbolImageList[62], currentLineX, currentLineY - artistBrushWidth * 0.58, artistBrushWidth, artistBrushWidth * 13 / 21) currentLineX += artistBrushWidth * 1.1 } else if (possibleCodeLower.includes("fontcolor")) { - console.log(possibleCodeLower.slice(9, possibleCodeLower.length)) lineContext.fillStyle = possibleCodeLower.slice(9, possibleCodeLower.length) - console.log(lineContext.fillStyle) }else if (possibleCodeLower.includes("font")) { textFont = possibleCodeLower.slice(5, possibleCodeLower.length) lineContext.font = textSize + "px " + textFont