All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.graphic.helper.roundRect.d.ts Maven / Gradle / Ivy

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