path()

The CSS path() function enables us to create complex paths, polygons and other shapes using SVG path command syntax.

.element { clip-path: path("…"); }
Continue Reading