diff --git a/commands/edit-image/analog-clock.js b/commands/edit-image/analog-clock.js index ae6c932a..55578c81 100644 --- a/commands/edit-image/analog-clock.js +++ b/commands/edit-image/analog-clock.js @@ -110,7 +110,7 @@ module.exports = class AnalogClockCommand extends Command { ctx.textBaseline = 'middle'; ctx.textAlign = 'center'; ctx.fillStyle = 'white'; - ctx.fillText(meridiem, ctx.canvas.width - 75, ctx.canvas.height - 75); + ctx.fillText(meridiem, ctx.canvas.width - 100, ctx.canvas.height - 75); return ctx; }