From eef1c0e2130f884cfb4312a6efd632736a0fda90 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 9 Jul 2020 20:37:08 -0400 Subject: [PATCH] Fix --- commands/edit-meme/tuxedo-pooh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-meme/tuxedo-pooh.js b/commands/edit-meme/tuxedo-pooh.js index e6ac772d..ff8a290a 100644 --- a/commands/edit-meme/tuxedo-pooh.js +++ b/commands/edit-meme/tuxedo-pooh.js @@ -57,7 +57,7 @@ module.exports = class TuxedoPoohCommand extends Command { const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); ctx.textAlign = 'center'; - ctx.textBaseline = 'middle'; + ctx.textBaseline = 'top'; ctx.font = '50px Noto'; let fontSize = 50; while (ctx.measureText(normal).width > 1320) {