diff --git a/commands/image-edit/plankton-plan.js b/commands/image-edit/plankton-plan.js index 7068234a..ddbfe81c 100644 --- a/commands/image-edit/plankton-plan.js +++ b/commands/image-edit/plankton-plan.js @@ -69,7 +69,7 @@ module.exports = class PlanktonPlanCommand extends Command { ctx.font = '35px Noto'; const step = steps[i]; let fontSize = 35; - while (ctx.measureText(step).width > 720) { + while (ctx.measureText(step).width > 620) { fontSize -= 1; ctx.font = `${fontSize}px Noto`; }