From e2bac480474c9db5b2c352047d6bb60afe2f23f4 Mon Sep 17 00:00:00 2001 From: Bradley Hill Date: Fri, 1 Feb 2019 13:19:31 -0600 Subject: [PATCH] Fabricjs - added IObjectOptions.clipPath & IObjectOptions.dirty (scratch that Object is fabric.Object in this context, fabric. is redundant) --- types/fabric/fabric-impl.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/fabric/fabric-impl.d.ts b/types/fabric/fabric-impl.d.ts index 1f715384c4..6a90a19481 100644 --- a/types/fabric/fabric-impl.d.ts +++ b/types/fabric/fabric-impl.d.ts @@ -2242,7 +2242,7 @@ interface IObjectOptions { * of the object cacheCanvas. * If you want 0,0 of a clipPath to align with an object center, use clipPath.originX/Y to 'center' */ - clipPath?: fabric.Object; + clipPath?: Object; /** * When set to `true`, object's cache will be rerendered next render call.