aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svg.js.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index a34354e..496f749 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -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