| Index: third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| index 993675de9cf557c2e3ecbdf056578fe7ce6e8438..d483d369f8a887ca0106f26a01e6374b6341cd69 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| @@ -80,7 +80,7 @@ bool SVGGeometryElement::isPointInStroke(SVGPointTearOff* point) const {
|
|
|
| void SVGGeometryElement::toClipPath(Path& path) const {
|
| path = asPath();
|
| - path.transform(calculateAnimatedLocalTransform());
|
| + path.transform(calculateTransform(SVGElement::IncludeMotionTransform));
|
|
|
| ASSERT(layoutObject());
|
| ASSERT(layoutObject()->style());
|
|
|