From 82b1d06abf79f115cfbcbb663a33019932e0270a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Apr 2024 14:44:49 -0400 Subject: [PATCH] Bit rounder --- commands/edit-image-text/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index 06eab418..f3aa0630 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -90,7 +90,7 @@ module.exports = class TweetCommand extends Command { const x = 0; const y = 0; const imageWidth = 740; - const radius = 10; + const radius = 15; imageCtx.beginPath(); imageCtx.moveTo(x + radius, y); imageCtx.lineTo(x + imageWidth - radius, y);