Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 11:43:44 +00:00

View File

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