| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| index 5f1b076a5c1f345279368d0a28ea0a5401ee607a..0aa79008517e35b200c56080a3e6c76bdbf7eb3b 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -112,7 +112,7 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo)
|
|
|
| if (m_layoutSVGShape.style()->outlineWidth()) {
|
| PaintInfo outlinePaintInfo(paintInfoBeforeFiltering);
|
| - outlinePaintInfo.phase = PaintPhaseSelfOutline;
|
| + outlinePaintInfo.phase = PaintPhaseSelfOutlineOnly;
|
| ObjectPainter(m_layoutSVGShape).paintOutline(outlinePaintInfo, LayoutPoint(boundingBox.location()));
|
| }
|
| }
|
|
|