summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2021-09-07 19:36:05 +0200
committerGitHub <noreply@github.com>2021-09-07 19:36:05 +0200
commitfce00da59191866317fbb61c51d7afca2d768906 (patch)
tree68a8d26d9565b29f2fc25f18cd6227477523c705
parent33e755bab5123f0e4c4eec32f9221a756492d178 (diff)
parentfabf1801e3b891d2ea59c5f58a18333126a3b88c (diff)
downloadsvg.js-fce00da59191866317fbb61c51d7afca2d768906.tar.gz
svg.js-fce00da59191866317fbb61c51d7afca2d768906.zip
Merge pull request #1215 from meriturva/patch-1
Update svg.js.d.ts -> zoom
-rw-r--r--svg.js.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index 17f262e..f45983f 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -1104,6 +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(): number
zoom(level: NumberAlias, point?: Point): this;
}