Index: Source/core/rendering/svg/RenderSVGTextPath.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGTextPath.cpp b/Source/core/rendering/svg/RenderSVGTextPath.cpp |
index 6d9c421db0f31142da75842ce4dd39cf528632f9..18a928f3c3c92993934fd1c7ef34fc7de7c49417 100644 |
--- a/Source/core/rendering/svg/RenderSVGTextPath.cpp |
+++ b/Source/core/rendering/svg/RenderSVGTextPath.cpp |
@@ -58,7 +58,7 @@ Path RenderSVGTextPath::layoutPath() const |
// the current 'text' element, including any adjustments to the current user coordinate |
// system due to a possible transform attribute on the current 'text' element. |
// http://www.w3.org/TR/SVG/text.html#TextPathElement |
- pathData.transform(pathElement.animatedLocalTransform()); |
+ pathData.transform(pathElement.calculateAnimatedLocalTransform()); |
return pathData; |
} |