Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 20:36:21 +00:00

View File

@@ -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> = ({