Browse Source

Merge pull request #1233 from adamyakes/1232-dmove-declarion-missing

Adds dmove to type definition for class Runner
tags/3.1.2
Ulrich-Matthias Schäfer 2 years ago
parent
commit
b01c7ee0bc
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

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