From c1468c05bf39abf94ee0c10b8c4c932da443004f Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 6 Aug 2025 17:02:02 +0200 Subject: [PATCH] Fix transform matrix in LogoSvg for improved rendering --- apps/infoalloggi/src/components/svgs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/components/svgs.tsx b/apps/infoalloggi/src/components/svgs.tsx index 85b5f5e..19b6886 100644 --- a/apps/infoalloggi/src/components/svgs.tsx +++ b/apps/infoalloggi/src/components/svgs.tsx @@ -491,7 +491,7 @@ export const LogoSvg = (props: SVGProps) => ( fillOpacity: 1, strokeWidth: 0.0622771, }} - transform="matrix(.02741 0 0 -.02741 -108.306 129.825)" + transform="matrix(.02741 0 0 -.02741 -109.006 129.825)" />