class js.html.svg.FEBlendElement extends Element
Available on js
The feBlend
filter composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the
mode
attribute.
Documentation for this class was provided by MDN.