Skip to content

Commit

Permalink
Merge 98e8e0d into fb30d81
Browse files Browse the repository at this point in the history
  • Loading branch information
jayson991 committed Feb 9, 2021
2 parents fb30d81 + 98e8e0d commit 2837232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare module "svgpath" {
(path: string): SvgPath;
new (path: string): SvgPath;
abs(): SvgPath;
rel(): SvgPath;
scale(sx: number, sy?: number): SvgPath;
translate(x: number, y?: number): SvgPath;
rotate(angle: number, rx?: number, ry?: number): SvgPath;
Expand Down

0 comments on commit 2837232

Please sign in to comment.