diff --git a/types/fabric/fabric-impl.d.ts b/types/fabric/fabric-impl.d.ts index cd52bd54e5..d800fe01bc 100644 --- a/types/fabric/fabric-impl.d.ts +++ b/types/fabric/fabric-impl.d.ts @@ -143,7 +143,7 @@ interface IDataURLOptions { interface IEvent { e: Event; target?: Object; - transform?: { corner: string }; + transform?: { corner: string, original: Object, width: number }; } interface IFillOptions {