We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a4268 commit 688f826Copy full SHA for 688f826
lib/web_ui/lib/src/engine/bitmap_canvas.dart
@@ -394,6 +394,7 @@ class BitmapCanvas extends EngineCanvas {
394
!requiresClipping) {
395
drawImage(image, dst.topLeft, paint);
396
} else {
397
+ _applyPaint(paint);
398
final html.Element imgElement = htmlImage.cloneImageElement();
399
final ui.BlendMode blendMode = paint.blendMode;
400
imgElement.style.mixBlendMode = _stringForBlendMode(blendMode);
0 commit comments