Browse Source

Update svg.js.d.ts

Add zoom():number to d.ts to get current zoom level
tags/3.1.2
Diego Bonura 2 years ago
parent
commit
fabf1801e3
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      svg.js.d.ts

+ 1
- 0
svg.js.d.ts View File

@@ -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;
}

Loading…
Cancel
Save