Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp |
diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
index ccd06767d5e93906f12ce73ef95c337385f64d66..d4449e2c89407ddb7b8284103344abb78f58283f 100644 |
--- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
+++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
@@ -146,7 +146,7 @@ ComponentTransferFunction SVGComponentTransferFunctionElement::transferFunction( |
func.amplitude = amplitudeCurrentValue(); |
func.exponent = exponentCurrentValue(); |
func.offset = offsetCurrentValue(); |
- func.tableValues = tableValuesCurrentValue(); |
+ func.tableValues = tableValuesCurrentValue().toFloatVector(); |
return func; |
} |