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

package.lib.canvas.dashStyle.d.ts Maven / Gradle / Ivy

The newest version!
import Path from '../graphic/Path';
import TSpan from '../graphic/TSpan';
export declare function normalizeLineDash(lineType: any, lineWidth?: number): number[] | false;
export declare function getLineDash(el: Path | TSpan): [number[] | false, number];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy