From e3d2b630e15aa12c37191262cdeaf084b61b0ced Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Sat, 21 Feb 2026 23:13:06 +0000 Subject: [PATCH] Remove overlay rectangle from share export --- src/utils/shareUtils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/shareUtils.js b/src/utils/shareUtils.js index be1c356..15dfebe 100644 --- a/src/utils/shareUtils.js +++ b/src/utils/shareUtils.js @@ -38,8 +38,6 @@ export function buildShareCanvas(data, t, formattedTime) { bg.addColorStop(1, '#0a1324'); ctx.fillStyle = bg; ctx.fillRect(0, 0, width, height); - ctx.fillStyle = 'rgba(0, 0, 0, 0.35)'; - ctx.fillRect(12, 12, width - 24, height - 24); ctx.fillStyle = '#e8fbff'; ctx.font = '700 26px "Segoe UI", sans-serif'; @@ -204,7 +202,6 @@ export function buildShareSVG(data, t, formattedTime) { - `; // Text: Title & Time