to add points
to custom polygon.
to custom polygon.
Custom shape
Round edges
The inset()
shape optionally allows values similar to border-radius
for rounded edges. This new feature may be buggy in your browser.
-webkit-clip-path: polygon(11% 20%
, 0% 100%
, 25% 100%
, 20% 34%
, 69% 29%
, 72% 50%
, 32% 58%
, 36% 88%
, 85% 69%
, 81% 13%
);
clip-path: polygon(11% 20%
, 0% 100%
, 25% 100%
, 20% 34%
, 69% 29%
, 72% 50%
, 32% 58%
, 36% 88%
, 85% 69%
, 81% 13%
);