fabric - add more missing props to IEvent.transform (Transform should really be a strongly typed object) (#34272)

This commit is contained in:
BradleyHill 2019-03-27 15:18:35 -05:00 committed by Ron Buckton
parent 226cbdc3fa
commit 9f7e6cb560

View File

@ -143,7 +143,7 @@ interface IDataURLOptions {
interface IEvent {
e: Event;
target?: Object;
transform?: { corner: string };
transform?: { corner: string, original: Object, width: number };
}
interface IFillOptions {