SVGFESpecularLightingElement: kernelUnitLengthY property

Baseline 2024
Newly available

Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

The kernelUnitLengthY read-only property of the SVGFESpecularLightingElement interface reflects the y value of the kernelUnitLength attribute of the given <feSpecularLighting> element.

The kernelUnitLength attribute indicates the intended distance in current filter units, specified by the primitiveUnits attribute, for the x and y coordinates. It contains one or two values, with the y value defaulting to x if not present, and the kernelUnitLengthY property gets and sets the last value.

Value

An SVGAnimatedNumber object that corresponds to the Y-component of the kernelUnitLength attribute of the given element.

Specifications

Specification
Filter Effects Module Level 1
# dom-svgfespecularlightingelement-kernelunitlengthy

Browser compatibility

See also