Fix transform matrix in LogoSvg for improved rendering

This commit is contained in:
Marco Pedone 2025-08-06 17:02:02 +02:00
parent 61b1478cf3
commit c1468c05bf

View file

@ -491,7 +491,7 @@ export const LogoSvg = (props: SVGProps<SVGSVGElement>) => (
fillOpacity: 1, fillOpacity: 1,
strokeWidth: 0.0622771, strokeWidth: 0.0622771,
}} }}
transform="matrix(.02741 0 0 -.02741 -108.306 129.825)" transform="matrix(.02741 0 0 -.02741 -109.006 129.825)"
/> />
</g> </g>
</svg> </svg>