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();