| Index: Source/core/layout/svg/LayoutSVGShape.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGShape.cpp b/Source/core/layout/svg/LayoutSVGShape.cpp
|
| index 44dbd7d6a0d4859d255496fc9800e9bb98eeb2d5..4611c10353bf3a5e31ccfb6366ed5b4e77274068 100644
|
| --- a/Source/core/layout/svg/LayoutSVGShape.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGShape.cpp
|
| @@ -221,7 +221,7 @@ bool LayoutSVGShape::nodeAtFloatPoint(HitTestResult& result, const FloatPoint& p
|
|
|
| PointerEventsHitRules hitRules(PointerEventsHitRules::SVG_GEOMETRY_HITTESTING, result.hitTestRequest(), style()->pointerEvents());
|
| if (nodeAtFloatPointInternal(result.hitTestRequest(), localPoint, hitRules)) {
|
| - updateHitTestResult(result, roundedLayoutPoint(localPoint));
|
| + updateHitTestResult(result, roundedLayoutPoint(localPoint), boundingRect(result.hitTestLocation().point()));
|
| return true;
|
| }
|
|
|
|
|