Fix transform matrix in LogoSvg for improved rendering
This commit is contained in:
parent
61b1478cf3
commit
c1468c05bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue