App
Voronoi Shapes
Generate Voronoi patterns inside SVG regions using flood-fill selection.
- SVG
- generative
- laser cutting

Load an SVG, click the regions you want filled, and the app packs a Voronoi pattern into exactly those areas. Useful for turning a solid shape into something a laser cutter can cut without the middle falling out.
How it works
Selection is a flood fill, so you click a region rather than tracing it. The cell density, the margin at the region edge and the stroke width are all adjustable, and the result exports as SVG with the cells as real paths.
Notes
- Settings persist in the browser between visits.
- Very high cell counts get slow to render before they get slow to cut. Start low and work up.