SVGFEGaussianBlurElement: width-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 width
-Eigenschaft der SVGFEGaussianBlurElement
-Schnittstelle ist eine schreibgeschützte Eigenschaft, die die horizontale Größe einer SVG-Filterprimitiven als SVGAnimatedLength
beschreibt.
Sie spiegelt das width
-Attribut des <feGaussianBlur>
-Elements wider, welches ein Eingangsbild verwischt. Das Attribut ist eine \<length>
oder ein <percentage>
, das relativ zur Breite des Filterbereichs ist. Der Standardwert ist 100%
. Der Eigenschaftswert ist eine Länge in Benutzereinheitensystemen.
Wert
Ein SVGAnimatedLength
.
Beispiel
const feGaussianBlur = document.querySelector("feGaussianBlur");
const horizontalSize = feGaussianBlur.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
SVGFEGaussianBlurElement.height
- SVG-Filter-Tutorial
- CSS
<blend-mode>
Datentyp - CSS
blur()
Funktion - CSS-Filtereffekte Modul - CSS
mix-blend-mode
Eigenschaft