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';