]> source.dussan.org Git - svg.js.git/commitdiff
Add attribute `rotate` to `MatrixTransformParam` (#1149)
authorjhajjaarap <35319583+jhajjaarap@users.noreply.github.com>
Sat, 5 Sep 2020 10:34:35 +0000 (18:34 +0800)
committerGitHub <noreply@github.com>
Sat, 5 Sep 2020 10:34:35 +0000 (20:34 +1000)
Add attribute `rotate` to `MatrixTransformParam`

svg.js.d.ts

index 1bc0ccffade22ad48d50d0aab46fac8d7cff3952..c347d4d06df5fce4db96d576f69aaffb4e5dd8f3 100644 (file)
@@ -471,6 +471,7 @@ declare module "@svgdotjs/svg.js" {
     type CoordinateXY = ArrayXY | { x: number, y: number }\r
 \r
     interface MatrixTransformParam {\r
+        rotate?: number\r
         flip?: FlipType\r
         skew?: ArrayXY | number\r
         skewX?: number\r