Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 20:27:56 +00:00

View File

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