<complexType name="feConvolveMatrixType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="svg:animate"/>
<element ref="svg:set"/>
</choice>
<attributeGroup ref="svg:filter_primitive_attributes_with_in"/>
<attribute name="order" type="string" use="required"/>
<attribute name="kernelMatrix" type="string" use="required"/>
<attribute name="divisor" type="double" use="optional"/>
<attribute name="bias" type="double" use="optional"/>
<attribute name="targetX" type="integer" use="optional"/>
<attribute name="targetY" type="integer" use="optional"/>
<attribute name="edgeMode" default="duplicate">
<simpleType>
<restriction base="string">
<enumeration value="duplicate"/>
<enumeration value="wrap"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</attribute>
<attribute name="kernelUnitLength" type="string" use="optional"/>
<attribute name="preserveAlpha" type="boolean" use="optional"/>
</complexType> |