From f3189e7f8931ca35e15debf57a8cee83a3e404a3 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 27 Mar 2021 16:52:58 -0400 Subject: [PATCH] Fix --- commands/edit-image/snapchat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-image/snapchat.js b/commands/edit-image/snapchat.js index dac3b0ca..8f26baf8 100644 --- a/commands/edit-image/snapchat.js +++ b/commands/edit-image/snapchat.js @@ -52,7 +52,6 @@ module.exports = class SnapchatCommand extends Command { const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); ctx.textAlign = 'center'; - ctx.textBaseline = 'top'; ctx.font = this.client.fonts.get('Noto-Regular.ttf').toCanvasString(base.height / 24); const barHeight = (base.height / 24) * 2; const barPosition = base.height - (base.height / 3);