From b6d3036a90ceb33fb85da935eb79131b6e1840e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Fri, 18 Jun 2021 16:59:04 +1000 Subject: [PATCH] Update svg.js.d.ts zoom should return `this` --- svg.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5