diff --git a/commands/image-edit/lisa-presentation.js b/commands/image-edit/lisa-presentation.js index f6957a82..18af7efc 100644 --- a/commands/image-edit/lisa-presentation.js +++ b/commands/image-edit/lisa-presentation.js @@ -38,7 +38,7 @@ module.exports = class LisaPresentationCommand extends Command { ctx.textAlign = 'center'; ctx.font = '40px Noto'; let fontSize = 40; - while (ctx.measureText(text).width > 990) { + while (ctx.measureText(text).width > 1320) { fontSize -= 1; ctx.font = `${fontSize}px Noto`; }