Browse Source

Includes dmove method on Runner class

tags/3.1.2
Adam Yakes 2 years ago
parent
commit
2cb725d680
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      svg.js.d.ts

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

@@ -881,6 +881,7 @@ declare module "@svgdotjs/svg.js" {
dy(dy: number): this
cx(x: number): this
cy(y: number): this
dmove(dx: number, dy: number): this
move(x: number, y: number): this
center(x: number, y: number): this
size(width: number, height: number): this

Loading…
Cancel
Save