This commit is contained in:
Dragon Fire
2024-04-28 17:44:16 -04:00
parent 3363f39a0d
commit 442ad1bd97
+1 -1
View File
@@ -198,7 +198,7 @@ module.exports = class TweetCommand extends Command {
ctx.closePath(); ctx.closePath();
ctx.clip(); ctx.clip();
} else { } else {
this.roundedPath(ctx, 10, 17, 84, 52, 52); this.roundedPath(ctx, 5, 17, 84, 52, 52);
ctx.clip(); ctx.clip();
} }
ctx.drawImage(avatar, 17, 84, 52, 52); ctx.drawImage(avatar, 17, 84, 52, 52);