Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-12 18:58:58 +00:00

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: number | string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic';
dominantBaseline?: 'middle' | 'hanging' | 'auto' | 'alphabetic' | 'ideographic' | 'mathematical';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({