summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svg.js.d.ts2
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
}