Browse Source

Merge pull request #1168 from melon3r/patch-1

Allow strings to be passed as transform origin on TS
tags/3.1.0
Ulrich-Matthias Schäfer 3 years ago
parent
commit
b2a0e2bcff
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      svg.js.d.ts

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

@@ -481,7 +481,7 @@ declare module "@svgdotjs/svg.js" {
scaleY?: number
shear?: number
theta?: number
origin?: CoordinateXY
origin?: CoordinateXY | string
around?: CoordinateXY
ox?: number
originX?: number

Loading…
Cancel
Save