Skip to content

Files

Latest commit

 

History

History
19 lines (16 loc) · 978 Bytes

css-shape.md

File metadata and controls

19 lines (16 loc) · 978 Bytes

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