| Index: Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/Source/core/svg/graphics/SVGImage.cpp b/Source/core/svg/graphics/SVGImage.cpp
|
| index 395f2db1e4c341aa3724ec4a8f3824d2a4620042..6c3f3783d0d6137ba97716c8cebad986a0680339 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();
|
|
|
|
|