Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 20:38:39 +00:00

View File

@@ -6,7 +6,7 @@ export interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: number | string;
fill?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-bottom' | 'text-top';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-before-edge' | 'text-after-edge';
textAnchor?: 'start' | 'middle' | 'end';
className?: string;
children?: ReactNode;