| Index: Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/Source/core/paint/SVGImagePainter.cpp b/Source/core/paint/SVGImagePainter.cpp
|
| index b7b5952a5f503b7bd3c98e70c9bdcc85afbdb3c7..17baf63de59b83f4f8e9ea4880c3364f5188806c 100644
|
| --- a/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/Source/core/paint/SVGImagePainter.cpp
|
| @@ -74,7 +74,7 @@ void SVGImagePainter::paintForeground(const PaintInfo& paintInfo)
|
|
|
| InterpolationQuality previousInterpolationQuality = paintInfo.context->imageInterpolationQuality();
|
| paintInfo.context->setImageInterpolationQuality(interpolationQuality);
|
| - paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver);
|
| + paintInfo.context->drawImage(image.get(), destRect, srcRect, SkXfermode::kSrcOver_Mode);
|
| paintInfo.context->setImageInterpolationQuality(previousInterpolationQuality);
|
| }
|
|
|
|
|