Skip to content

Commit

Permalink
fix: fix issue with image fliter
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 20, 2024
1 parent e9ba330 commit b3eb480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class DefaultCanvasImageRender extends BaseRender<IImage> implements IGra
const { fVisible, sVisible, doFill, doStroke } = data;

// shadow
context.setShadowBlendStyle && context.setShadowBlendStyle(image, imageAttribute);
context.setShadowBlendStyle && context.setShadowBlendStyle(image, image.attribute, imageAttribute);

this.beforeRenderStep(image, context, x, y, doFill, false, fVisible, false, imageAttribute, drawContext, fillCb);

Expand Down

0 comments on commit b3eb480

Please sign in to comment.