From 442ad1bd97c433d41e4a9af93d99b76ea0eef540 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 28 Apr 2024 17:44:16 -0400 Subject: [PATCH] Fix --- commands/edit-image-text/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 15e7dac1..6b67be9c 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -198,7 +198,7 @@ module.exports = class TweetCommand extends Command { ctx.closePath(); ctx.clip(); } else { - this.roundedPath(ctx, 10, 17, 84, 52, 52); + this.roundedPath(ctx, 5, 17, 84, 52, 52); ctx.clip(); } ctx.drawImage(avatar, 17, 84, 52, 52);