SVGFEDiffuseLightingElement: height-Eigenschaft
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Die schreibgeschützte height
-Eigenschaft des SVGFEDiffuseLightingElement
Interfaces beschreibt die vertikale Größe einer SVG-Filterprimitive als ein SVGAnimatedLength
.
Sie spiegelt das <feDiffuseLighting>
-Element und das height
-Filterprimitive-Attribut wider. Der Filter beleuchtet ein Bild, indem er den Alphakanal als Bump-Map verwendet. Das Attribut ist ein <length>
oder ein <percentage>
relativ zur Höhe des Filterbereichs. Der Standardwert ist 100%
. Der Eigenschaftswert ist eine Länge in Einheiten des Benutzerkoordinatensystems.
Wert
Ein SVGAnimatedLength
.
Beispiel
const feDiffuseLighting = document.querySelector("feDiffuseLighting");
const verticalSize = feDiffuseLighting.height;
console.log(verticalSize.baseVal.value); // the `height` value
Spezifikationen
Specification |
---|
Filter Effects Module Level 1 # dom-svgfilterprimitivestandardattributes-height |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
SVGFEDiffuseLightingElement.width
SVGFESpecularLightingElement
<feSpecularLighting>
- CSS
<blend-mode>
Datentyp - CSS
mix-blend-mode
Eigenschaft