Merge version_1 into main #3
@@ -10,7 +10,7 @@ interface SvgTextLogoProps {
|
||||
fill?: string;
|
||||
strokeWidth?: number;
|
||||
stroke?: string;
|
||||
dominantBaseline?: "hanging" | "middle" | "central" | "text-bottom" | "alphabetic" | "baseline";
|
||||
dominantBaseline?: "hanging" | "middle" | "central" | "text-after-edge" | "alphabetic" | "ideographic";
|
||||
}
|
||||
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user