From 62f05bd4a590e9bc00deb7b102d4ea82fd0b47cb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 16 Sep 2018 21:12:15 +0000 Subject: [PATCH] Fix --- commands/image-edit/gru-plan.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/image-edit/gru-plan.js b/commands/image-edit/gru-plan.js index fbdfc1f1..c7959212 100644 --- a/commands/image-edit/gru-plan.js +++ b/commands/image-edit/gru-plan.js @@ -53,6 +53,7 @@ module.exports = class GruPlanCommand extends Command { const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); ctx.fillStyle = 'black'; + ctx.font = '50px Noto'; ctx.textBaseline = 'top'; let i = 0; for (const [x, y] of coord) {