svg:feMorphologyType

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
operator restriction of string erode optional
radius svg:LengthType optional
result string optional
width svg:LengthType optional
x svg:CoordinateType optional
y svg:CoordinateType optional

Used By

Source

<complexType name="feMorphologyType">
  <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="operator" default="erode">
    <simpleType>
      <restriction base="string">
        <enumeration value="erode"/>
        <enumeration value="dilate"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="radius" type="svg:LengthType" use="optional"/>
</complexType>