| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| index 507b19f5b8ea295006eee06437b5aadbd0525b44..6a1f0285b33e73c1c32b19208179e30802fe8b4f 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.cpp
|
| @@ -141,7 +141,7 @@ bool LayoutSVGRect::definitelyHasSimpleStroke() const {
|
| // of 1.4142135 should result in bevel joins, but may be drawn using miter
|
| // joins).
|
| return svgStyle.strokeDashArray()->isEmpty() &&
|
| - svgStyle.joinStyle() == MiterJoin &&
|
| + style()->joinStyle() == MiterJoin &&
|
| svgStyle.strokeMiterLimit() >= 1.5;
|
| }
|
|
|
|
|