Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-11 23:09:42 +00:00

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps extends SVGAttributes<SVGSVGElement> {
text?: string;
fontSize?: number;
fill?: string;
dominantBaseline?: 'auto' | 'text-bottom' | 'middle' | 'central' | 'text-top' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({