diff --git a/types/fabric/fabric-impl.d.ts b/types/fabric/fabric-impl.d.ts index 1508148001..68c0a73efe 100644 --- a/types/fabric/fabric-impl.d.ts +++ b/types/fabric/fabric-impl.d.ts @@ -617,7 +617,7 @@ interface IPatternOptions { /** * Transform matrix to change the pattern, imported from svgs */ - patternTransform?: Array; + patternTransform?: number[]; } export interface Pattern extends IPatternOptions { } export class Pattern { @@ -4645,7 +4645,7 @@ interface IUtilMisc { /** * Creates a transform matrix with the specified scale and skew */ - customTransformMatrix(scaleX: number, scaleY: number, skewX: number): Array; + customTransformMatrix(scaleX: number, scaleY: number, skewX: number): number[]; /** * Returns string representation of function body