Skip to content

Commit

Permalink
correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jhajjaarap authored Sep 5, 2020
1 parent 619ed0b commit ee7a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ declare module "@svgdotjs/svg.js" {
type CoordinateXY = ArrayXY | { x: number, y: number }

interface MatrixTransformParam {
rotate?: number
rotate?: number
flip?: FlipType
skew?: ArrayXY | number
skewX?: number
Expand Down

0 comments on commit ee7a7f1

Please sign in to comment.