package.lib.graphic.helper.roundRect.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: {
x: number;
y: number;
width: number;
height: number;
r?: number | number[];
}): void;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy