Merge pull request #25700 from robmandoe/patch-1

needs... objectCaching?: boolean; ...on IObjectOptions
This commit is contained in:
Ron Buckton
2018-05-18 11:24:14 -07:00
committed by GitHub

View File

@@ -2098,6 +2098,11 @@ interface IObjectOptions {
*/
backgroundColor?: string;
/**
* When `true`, object is cached on an additional canvas.
*/
objectCaching?: boolean;
/**
* When defined, an object is rendered via stroke and this property specifies its color
*/