Merge pull request #30722 from BradleyHill/fabric-event-transform

Fabric - add optional `transform` property to the `IEvent` interface.
This commit is contained in:
Benjamin Lichtman
2018-11-21 09:31:29 -08:00
committed by GitHub

View File

@@ -140,6 +140,7 @@ interface IDataURLOptions {
interface IEvent {
e: Event;
target?: Object;
transform?: { corner: string };
}
interface IFillOptions {