CSS clip-path 生成器
to add points
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.

-ms-clip-path: ; -webkit-clip-path: ; clip-path: ;

Round edges

The inset() shape optionally allows values similar to border-radius for rounded edges. This new feature may be buggy in your browser.

Custom shape

前缀

Snap

Demo 尺寸

×

Demo 背景图

显示 clip-path 外部

关于裁剪路径

clip-path属性允许你将元素裁剪为基本形状(圆形,椭圆形,多边形或嵌入)或 SVG ,从而在 CSS 中制作复杂形状。

两个或更多个具有相同点数的剪辑路径形状可以使用CSS的动画(Animations)和过渡(transitions)。

浏览器支持 caniuse.com

Github 上查看本项目。