Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.03 KB

File metadata and controls

20 lines (17 loc) · 1.03 KB

CSS shape() function

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);