Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2ce15cf

Browse files
authored
Remove paint apply in draw image (#15969)
flutter/flutter#49132
1 parent eb2b01f commit 2ce15cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/web_ui/lib/src/engine/bitmap_canvas.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ class BitmapCanvas extends EngineCanvas {
394394
!requiresClipping) {
395395
drawImage(image, dst.topLeft, paint);
396396
} else {
397-
_applyPaint(paint);
398397
final html.Element imgElement = htmlImage.cloneImageElement();
399398
final ui.BlendMode blendMode = paint.blendMode;
400399
imgElement.style.mixBlendMode = _stringForBlendMode(blendMode);

0 commit comments

Comments
 (0)