svg:feBlendType

Complex Type Information

Model

Children: svg:animate, svg:set

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
height svg:LengthType optional
id ID optional
in string optional
in2 string required
mode restriction of string normal optional
result string optional
width svg:LengthType optional
x svg:CoordinateType optional
y svg:CoordinateType optional

Used By

Element svg:feBlend

Source

<complexType name="feBlendType">
  <choice minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:animate"/>
    <element ref="svg:set"/>
  </choice>
  <attributeGroup ref="svg:stdAttrs"/>
  <attributeGroup ref="svg:filter_primitive_attributes_with_in"/>
  <attribute name="in2" type="string" use="required"/>
  <attribute name="mode" default="normal">
    <simpleType>
      <restriction base="string">
        <enumeration value="normal"/>
        <enumeration value="multiply"/>
        <enumeration value="screen"/>
        <enumeration value="darken"/>
        <enumeration value="lighten"/>
      </restriction>
    </simpleType>
  </attribute>
</complexType>