mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fabricjs - added IObjectOptions.clipPath & IObjectOptions.dirty (scratch that Object is fabric.Object in this context, fabric. is redundant)
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user