| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index 3508b8156dd8807e943a1dad8a63d3dbbced9390..8f234ac1f97e5a68d6de0e70430a5900887d0c77 100644
|
| --- a/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -266,7 +266,7 @@ void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const Fl
|
| view->paint(context, enclosingIntRect(srcRect));
|
|
|
| if (compositeOp != CompositeSourceOver)
|
| - context->endTransparencyLayer();
|
| + context->endLayer();
|
|
|
| stateSaver.restore();
|
|
|
|
|