Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 2dfd3de561b4fcd85e0f32ffef5125fd29ad5b16..fef0439338639666312be495e6bdc23e2cc6b5ca 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -75,7 +75,7 @@ AffineTransform SVGGraphicsElement::animatedLocalTransform() const |
// Flatten any 3D transform. |
matrix = transform.toAffineTransform(); |
} else { |
- transform().concatenate(matrix); |
+ transformCurrentValue().concatenate(matrix); |
} |
if (m_supplementalTransform) |