PathOverlay
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| points * | readonly PathPoint[] | — | |
| color | string | undefined | var(--color-purple) | Stroke color. Defaults to the path-emphasis purple. |
| width | number | undefined | 2.5 | Stroke width in px. Default 2.5. |
| halo | boolean | undefined | true | Halo shadow stroke for legibility. Default true. |