File manager - Edit - /home/autoph/public_html/data03252025consolidation/node_modules/svg-pathdata/lib/SVGPathData.d.ts
Back
import { TransformableSVG } from "./TransformableSVG"; import { SVGCommand } from "./types"; export declare class SVGPathData extends TransformableSVG { commands: SVGCommand[]; constructor(content: string | SVGCommand[]); encode(): string; getBounds(): import("./types").TransformFunction & { minX: number; maxX: number; minY: number; maxY: number; }; transform(transformFunction: (input: SVGCommand) => SVGCommand | SVGCommand[]): this; static encode(commands: SVGCommand[]): string; static parse(path: string): SVGCommand[]; static readonly CLOSE_PATH: 1; static readonly MOVE_TO: 2; static readonly HORIZ_LINE_TO: 4; static readonly VERT_LINE_TO: 8; static readonly LINE_TO: 16; static readonly CURVE_TO: 32; static readonly SMOOTH_CURVE_TO: 64; static readonly QUAD_TO: 128; static readonly SMOOTH_QUAD_TO: 256; static readonly ARC: 512; static readonly LINE_COMMANDS: number; static readonly DRAWING_COMMANDS: number; } export declare const COMMAND_ARG_COUNTS: { [SVGPathData.MOVE_TO]: number; [SVGPathData.LINE_TO]: number; [SVGPathData.HORIZ_LINE_TO]: number; [SVGPathData.VERT_LINE_TO]: number; [SVGPathData.CLOSE_PATH]: number; [SVGPathData.QUAD_TO]: number; [SVGPathData.SMOOTH_QUAD_TO]: number; [SVGPathData.CURVE_TO]: number; [SVGPathData.SMOOTH_CURVE_TO]: number; [SVGPathData.ARC]: number; }; export { encodeSVGPath } from "./SVGPathDataEncoder"; export { SVGPathDataParser } from "./SVGPathDataParser"; export { SVGPathDataTransformer } from "./SVGPathDataTransformer";
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings