svg:feCompositeType

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
k1 double optional
k2 double optional
k3 double optional
k4 double optional
operator restriction of string over optional
result string optional
width svg:LengthType optional
x svg:CoordinateType optional
y svg:CoordinateType optional

Used By

Element svg:feComposite

Source

<complexType name="feCompositeType">
  <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="operator" default="over">
    <simpleType>
      <restriction base="string">
        <enumeration value="over"/>
        <enumeration value="in"/>
        <enumeration value="out"/>
        <enumeration value="atop"/>
        <enumeration value="xor"/>
        <enumeration value="arithmetic"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="k1" type="double" use="optional"/>
  <attribute name="k2" type="double" use="optional"/>
  <attribute name="k3" type="double" use="optional"/>
  <attribute name="k4" type="double" use="optional"/>
</complexType>