Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 19:08:58 +00:00

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: number | string;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'ideographic' | 'mathematical' | 'central';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'mathematical' | 'central' | 'alphabetic' | 'text-before-edge' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({