Merge version_1 into main #3

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

View File

@@ -10,7 +10,7 @@ interface SvgTextLogoProps {
strokeWidth?: number;
stroke?: string;
textAnchor?: 'start' | 'middle' | 'end';
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit';
x?: number;
y?: number;
}