From 1ba177095fa6d539016392c640d1c5a85d5717e1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 28 Apr 2024 15:11:02 -0400 Subject: [PATCH] Fix --- commands/edit-image-text/tweet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 427062f2..ae20721a 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -128,7 +128,6 @@ module.exports = class TweetCommand extends Command { labelCtx.clip(); labelCtx.drawImage(labelImg, 5, 5, 20, 20); this.roundedPath(labelCtx, 3, 0, 0, 30, 30); - labelCtx.clip(); labelCtx.strokeStyle = '#303336'; labelCtx.lineWidth = 5; labelCtx.stroke();