Index: core/svg/SVGFESpecularLightingElement.idl |
diff --git a/core/svg/SVGFESpecularLightingElement.idl b/core/svg/SVGFESpecularLightingElement.idl |
index 66d506e9dcfdc93c69fc5acad4eb0613fb478d13..36ec8666b6aa4ddebd600c7244ef1437e375d2ed 100644 |
--- a/core/svg/SVGFESpecularLightingElement.idl |
+++ b/core/svg/SVGFESpecularLightingElement.idl |
@@ -26,10 +26,12 @@ |
// http://www.w3.org/TR/filter-effects/#InterfaceSVGFESpecularLightingElement |
interface SVGFESpecularLightingElement : SVGElement { |
- readonly attribute SVGAnimatedString in1; |
- readonly attribute SVGAnimatedNumber surfaceScale; |
- readonly attribute SVGAnimatedNumber specularConstant; |
- readonly attribute SVGAnimatedNumber specularExponent; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedString in1; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber surfaceScale; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber specularConstant; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber specularExponent; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber kernelUnitLengthX; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber kernelUnitLengthY; |
}; |
SVGFESpecularLightingElement implements SVGFilterPrimitiveStandardAttributes; |