Fabricjs - added IObjectOptions.clipPath & IObjectOptions.dirty (scratch that Object is fabric.Object in this context, fabric. is redundant)

This commit is contained in:
Bradley Hill
2019-02-01 13:19:31 -06:00
parent a835e7eea9
commit e2bac48047
+1 -1
View File
@@ -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.