Index: Source/core/svg/SVGFEPointLightElement.cpp |
diff --git a/Source/core/svg/SVGFEPointLightElement.cpp b/Source/core/svg/SVGFEPointLightElement.cpp |
index 5c3475f5a66b5df1b1754ae4b85a2d94e67698da..d98c1fcdbd6394a26a7e7bc788c2ef25c35294e1 100644 |
--- a/Source/core/svg/SVGFEPointLightElement.cpp |
+++ b/Source/core/svg/SVGFEPointLightElement.cpp |
@@ -40,7 +40,7 @@ PassRefPtr<SVGFEPointLightElement> SVGFEPointLightElement::create(const Qualifie |
PassRefPtr<LightSource> SVGFEPointLightElement::lightSource() const |
{ |
- return PointLightSource::create(FloatPoint3D(x(), y(), z())); |
+ return PointLightSource::create(FloatPoint3D(xCurrentValue(), yCurrentValue(), zCurrentValue())); |
} |
} |