diff options
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r-- | svg.js.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts index 93e644d..30167e6 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -421,7 +421,7 @@ declare module "@svgdotjs/svg.js" { equalCommands(other: PathArray): boolean
morph(pa: PathArray): this
at(pos: number): PathArray
- parse(array: ArrayAlias<PathCommand> | PathArrayAlias): PathCommand[];
+ parse(array?: ArrayAlias<PathCommand> | PathArrayAlias): PathCommand[];
bbox(): Box;
to(a: any): Morphable
}
|