SVGFEDisplacementMapElement: Breite-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 width
-Eigenschaft der SVGFEDisplacementMapElement
-Schnittstelle beschreibt die horizontale Größe einer SVG-Filterprimitive als SVGAnimatedLength
.
Sie spiegelt das <feDisplacementMap>
-Elementattribut width
der Filterprimitive wider. Das Attribut ist eine \<length>
oder ein \<percentage>
, relativ zur Breite der Filterregion. Der Standardwert ist 100%
. Der Eigenschaftswert ist eine Länge in Einheiten des Benutzerkoordinatensystems.
Wert
Ein SVGAnimatedLength
.
Beispiel
js
const feDisplacementMap = document.querySelector("feDisplacementMap");
const horizontalSize = feDisplacementMap.width;
console.log(horizontalSize.baseVal.value); // the `width` value
Spezifikationen
Specification |
---|
Filter Effects Module Level 1 # dom-svgfilterprimitivestandardattributes-width |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
SVGFEDisplacementMapElement.height
SVGFEImageElement
-API und<feImage>
-ElementSVGFETurbulenceElement
-API und<feTurbulence>
-Element- CSS-Datentyp
<blend-mode>
- CSS-Eigenschaft
mix-blend-mode