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
commit 3e16c87846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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