V1_commit_RGC
This commit is contained in:
19
SuiviREForamteur/node_modules/svg-pathdata/lib/SVGPathDataParser.d.ts
generated
vendored
Normal file
19
SuiviREForamteur/node_modules/svg-pathdata/lib/SVGPathDataParser.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { TransformableSVG } from "./TransformableSVG";
|
||||
import { SVGCommand, TransformFunction } from "./types";
|
||||
export declare class SVGPathDataParser extends TransformableSVG {
|
||||
private curNumber;
|
||||
private curCommandType;
|
||||
private curCommandRelative;
|
||||
private canParseCommandOrComma;
|
||||
private curNumberHasExp;
|
||||
private curNumberHasExpDigits;
|
||||
private curNumberHasDecimal;
|
||||
private curArgs;
|
||||
constructor();
|
||||
finish(commands?: SVGCommand[]): SVGCommand[];
|
||||
parse(str: string, commands?: SVGCommand[]): SVGCommand[];
|
||||
/**
|
||||
* Return a wrapper around this parser which applies the transformation on parsed commands.
|
||||
*/
|
||||
transform(transform: TransformFunction): this;
|
||||
}
|
||||
Reference in New Issue
Block a user