generate_blob_path
Generates the SVG path data (d attribute) for an organic blob shape, enabling direct embedding into custom SVG or programmatic use with configurable seed, size, complexity, and randomness.
Instructions
Generate only the SVG path data string (the d attribute). Useful when you want to embed the blob in your own SVG or use it programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for reproducible paths (default: random) | |
| size | No | Coordinate space size (default: 200) | |
| complexity | No | Number of control points 3-20 (default: 6) | |
| randomness | No | Radius variation 0-1 (default: 0.5) |