Skip to content

Commit

Permalink
Merge pull request #1215 from meriturva/patch-1
Browse files Browse the repository at this point in the history
Update svg.js.d.ts -> zoom
  • Loading branch information
Fuzzyma authored Sep 7, 2021
2 parents 33e755b + fabf180 commit fce00da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svg.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit fce00da

Please sign in to comment.