package.lib.graphic.helper.roundSector.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zrender Show documentation
Show all versions of zrender Show documentation
A lightweight graphic library providing 2d draw for Apache ECharts
The newest version!
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;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy