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) {