Merge version_1 into main #3
@@ -5,7 +5,7 @@ interface SvgTextLogoProps {
|
||||
fill?: string;
|
||||
fontSize?: number;
|
||||
fontFamily?: string;
|
||||
dominantBaseline?: 'auto' | 'middle' | 'before-edge' | 'text-before-edge' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'middle' | 'text-before-edge' | 'central' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit' | 'use-script' | 'no-change' | 'reset-size';
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user