svg:feMergeType

Complex Type Information

Model

Children: svg:feMergeNode

Attributes

QName Type Fixed Default Use Inheritable Annotation
base optional
height svg:LengthType optional
id ID optional
result string optional
width svg:LengthType optional
x svg:CoordinateType optional
y svg:CoordinateType optional

Used By

Element svg:feMerge

Source

<complexType name="feMergeType">
  <sequence minOccurs="0" maxOccurs="unbounded">
    <element ref="svg:feMergeNode"/>
  </sequence>
  <attributeGroup ref="svg:stdAttrs"/>
  <attributeGroup ref="svg:filter_primitive_attributes"/>
</complexType>