Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index c7754e3e746b0fddbe83e04731c81f9743b51638..b17d9e4f21764aff0464bc260f8cc422d4f37e48 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -207,7 +207,7 @@ void SVGSVGElement::setCurrentTranslate(const FloatPoint& point) |
void SVGSVGElement::updateCurrentTranslate() |
{ |
if (RenderObject* object = renderer()) |
- object->setNeedsLayout(); |
+ object->setNeedsLayoutAndFullRepaint(); |
} |
void SVGSVGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) |