UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

12 lines (11 loc) 316 B
import PathProxy from '../../core/PathProxy'; export declare function buildPath(ctx: CanvasRenderingContext2D | PathProxy, shape: { cx: number; cy: number; startAngle: number; endAngle: number; clockwise?: boolean; r?: number; r0?: number; cornerRadius?: number | number[]; }): void;