Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 02:05:41 +00:00

View File

@@ -8,7 +8,7 @@ interface SvgTextLogoProps {
fontFamily?: string;
letterSpacing?: number;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'central' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
export default function SvgTextLogo({