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