diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 685e481e..1e81b025 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -103,6 +103,7 @@ module.exports = class TweetCommand extends Command { imageCtx.quadraticCurveTo(x, y, x + radius, y); imageCtx.closePath(); imageCtx.clip(); + imageCtx.drawImage(imageData, 0, 0); ctx.drawImage(imageCanvas, x, y, imageWidth, imageHeight); } const likes = randomRange(Math.ceil(userData.followers * 0.0015), Math.ceil(userData.followers * 0.002));