- What shapes are supported?
- Polygon (any vertices), circle, ellipse, inset (rectangles with optional rounded corners), and path() for SVG-style shapes.
- Can I create complex shapes?
- Yes — drag vertices visually or enter precise coordinates. For ornate shapes use path() with SVG syntax; the tool validates the path.
- Browser support?
- All modern browsers for polygon, circle, ellipse, inset. path() is more recent (Chrome 88+, Firefox 97+, Safari 15.4+) — check against your support matrix.
- Does it animate?
- clip-path values can be transitioned between compatible shapes (polygon↔polygon with same vertex count). The tool has animation examples.