From: Ulrich-Matthias Schäfer Date: Fri, 18 Jun 2021 06:59:04 +0000 (+1000) Subject: Update svg.js.d.ts X-Git-Tag: 3.1.1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6d3036a90ceb33fb85da935eb79131b6e1840e6;p=svg.js.git Update svg.js.d.ts zoom should return `this` --- diff --git a/svg.js.d.ts b/svg.js.d.ts index 7e0e5f2..17f262e 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -1104,7 +1104,7 @@ declare module "@svgdotjs/svg.js" { viewbox(x: number, y: number, width: number, height: number): this; textPath(text: string | Text, path: string | Path): TextPath symbol(): Symbol - zoom(level: NumberAlias, point?: Point): any; + zoom(level: NumberAlias, point?: Point): this; } class Defs extends Container {