Skip to content

Commit

Permalink
fix typings to add method rel
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Podivilov committed Feb 17, 2021
1 parent fb30d81 commit aac418e
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 aac418e

Please sign in to comment.