arcPathData()
function arcPathData(
radius,
start,
end,
sweep
): string;
Defined in: packages/core/src/render/arc-sweep.ts:24
Builds the SVG path d string for a circular arc between two
already-transformed pixel-space points. Shared so the DOM renderer and
React's JSX emission produce byte-identical path syntax.
Parameters
| Parameter | Type |
|---|---|
radius | number |
start | Point |
end | Point |
sweep | 0 | 1 |
Returns
string