We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cef4e7 commit 910e190Copy full SHA for 910e190
1 file changed
types/src/display/blender/blender.d.ts
@@ -17,6 +17,15 @@ export class Blender {
17
origFillStyle: (val: any) => void;
18
origStrokeSyle: (val: any) => void;
19
interceptStyleProperty(prop: any): (val: any) => void;
20
+ /**
21
+ * Sets up fillStyle/strokeStyle interceptors on an external (group) context
22
+ * so that calcStyle transforms text/shape colors within transparency groups.
23
+ */
24
+ interceptGroupStyles(ctx: any): void;
25
26
+ * Restores original fillStyle/strokeStyle on a group context.
27
28
+ cleanupGroupStyles(ctx: any): void;
29
/**
30
* Removes all our property definitions and method wraps on this.ctx.
31
*/
0 commit comments