From 5e07f24023ad2800b191d50e42a35ad82d9d6a81 Mon Sep 17 00:00:00 2001 From: marijo Date: Tue, 23 Jun 2026 13:27:46 +0000 Subject: [PATCH] Removed badge around center text --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a7a5b37..bc4894d 100644 --- a/index.php +++ b/index.php @@ -177,7 +177,7 @@ final class QrCode $x = ($fullSize - $badgeWidth) / 2; $y = ($fullSize - $badgeHeight) / 2; $fontSize = min(3.2, max(2.1, ($badgeWidth - 2) / ($chars * 0.62))); - $svg .= ''; + $svg .= ''; $svg .= '' . $safeText . ''; }