What this tool does
The CSS Clip-Path Generator lets you draw a clipping shape and copies the exact clip-path value you need. Switch between polygon, circle, ellipse, and inset; start from a preset or fine-tune individual points; and watch a sample element get clipped live over a checkerboard so you can see precisely where the edges fall.
How it works
Each shape type maps to a CSS basic-shape function. Polygons become polygon(x% y%, …), circles and ellipses become circle()/ellipse(… at …), and inset crops become inset(top right bottom left round radius). All values are percentages of the element box, so the result stays responsive. The pure buildClipPath function assembles the string deterministically.
Privacy
Everything runs locally in your browser. Nothing you create is uploaded or stored.