This commit is contained in:
Dragon Fire
2024-04-28 15:11:02 -04:00
parent ce480bac61
commit 1ba177095f
-1
View File
@@ -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();