| Index: Source/core/paint/SVGContainerPainter.cpp
|
| diff --git a/Source/core/paint/SVGContainerPainter.cpp b/Source/core/paint/SVGContainerPainter.cpp
|
| index 6b7a09d5a1442532ffc870c5d9cf6df7bddc05e0..18d547ee1805e433069fc97deb203b55af83d091 100644
|
| --- a/Source/core/paint/SVGContainerPainter.cpp
|
| +++ b/Source/core/paint/SVGContainerPainter.cpp
|
| @@ -61,7 +61,7 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo)
|
| if (m_layoutSVGContainer.style()->outlineWidth() && m_layoutSVGContainer.style()->visibility() == VISIBLE) {
|
| LayoutRect layoutBoundingBox(boundingBox);
|
| LayoutRect visualOverflowRect = ObjectPainter::outlineBounds(layoutBoundingBox, m_layoutSVGContainer.styleRef());
|
| - ObjectPainter(m_layoutSVGContainer).paintOutline(paintInfoBeforeFiltering, layoutBoundingBox, visualOverflowRect);
|
| + ObjectPainter(m_layoutSVGContainer).paintOutline(paintInfoBeforeFiltering, layoutBoundingBox, visualOverflowRect, LayoutPoint());
|
| }
|
|
|
| if (paintInfoBeforeFiltering.isPrinting())
|
|
|