Chrome 135 and Safari 18.4 support CSS shape(), which will be the solution for responsive SVG paths.
clip-path: shape(from right center,
line to bottom center,
arc to top center of 50% 50% cw,
line to right center);
Chrome 135 and Safari 18.4 support CSS shape(), which will be the solution for responsive SVG paths.
clip-path: shape(from right center,
line to bottom center,
arc to top center of 50% 50% cw,
line to right center);