summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGEllipseElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGEllipseElement.cpp')
-rw-r--r--Source/WebCore/svg/SVGEllipseElement.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebCore/svg/SVGEllipseElement.cpp b/Source/WebCore/svg/SVGEllipseElement.cpp
index 129e1cd..73f921e 100644
--- a/Source/WebCore/svg/SVGEllipseElement.cpp
+++ b/Source/WebCore/svg/SVGEllipseElement.cpp
@@ -97,12 +97,6 @@ void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName)
if (!renderer)
return;
- if (SVGStyledTransformableElement::isKnownAttribute(attrName)) {
- renderer->setNeedsTransformUpdate();
- RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
- return;
- }
-
if (isLengthAttribute) {
renderer->setNeedsPathUpdate();
RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);