SVGFEBlendElement: width property - Web APIs | MDN
Value
Example
js
const feBlend = document.querySelector("feBlend");
const horizontalSize = feBlend.width;
console.log(horizontalSize.baseVal.value); // the `width` value
Specifications
| Specification |
|---|
| Filter Effects Module Level 1 # dom-svgfilterprimitivestandardattributes-width |
Browser compatibility
See also
SVGFEBlendElement.height- CSS
<blend-mode>data type - CSS
mix-blend-modeproperty