From 4012da367d720cf6dcb4ab3116d6ed5f7682a7f6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 28 Jun 2020 21:15:53 -0400 Subject: [PATCH] Fix --- commands/edit-meme/boardroom-meeting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/edit-meme/boardroom-meeting.js b/commands/edit-meme/boardroom-meeting.js index 49abfdfb..b34429d0 100644 --- a/commands/edit-meme/boardroom-meeting.js +++ b/commands/edit-meme/boardroom-meeting.js @@ -74,6 +74,7 @@ module.exports = class BoardroomMeetingCommand extends Command { const canvas = createCanvas(base.width, base.height); const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); + ctx.textBaseline = 'top'; ctx.font = '25px Noto'; ctx.fillText(question, 153, 8, 300); ctx.font = '15px Noto';