UNPKG

316 BTypeScriptView Raw
1import PathProxy from '../../core/PathProxy';
2export declare function buildPath(ctx: CanvasRenderingContext2D | PathProxy, shape: {
3 cx: number;
4 cy: number;
5 startAngle: number;
6 endAngle: number;
7 clockwise?: boolean;
8 r?: number;
9 r0?: number;
10 cornerRadius?: number | number[];
11}): void;