Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 19:13:27 +00:00

View File

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