From 5810d28f2cbdcb84ac87b18cdd002c811294f9a7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 7 Nov 2020 14:38:49 -0500 Subject: [PATCH] Fix --- commands/edit-image/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/tweet.js b/commands/edit-image/tweet.js index 14bc0281..648a76f5 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image/tweet.js @@ -140,7 +140,7 @@ module.exports = class TweetCommand extends Command { currentLen += 5; ctx.fillStyle = '#8899a6'; ctx.font = '18px Noto'; - ctx.fillText('Likes', 31 + retweetsLen + 5 + retweetsWordLen + 10 + likesLen + 5, base2StartY + 77); + ctx.fillText('Likes', currentLen, base2StartY + 77); ctx.beginPath(); ctx.arc(30 + 32, 84 + 32, 32, 0, Math.PI * 2); ctx.closePath();