svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.07k stars 1.08k forks source link

Typings for dmove missing in Runner class #1232

Closed adamyakes closed 2 years ago

adamyakes commented 2 years ago

Bug report

When using TypeScript, the Runner class is missing the method dmove(dx, dy).

Fiddle

N/A

Explanation

Getting TS error "Property 'dmove' does not exist on type 'Runner'".