svg:feMorphology
Element information
Namespace: http://www.w3.org/2000/svg
Schema document: svg11-flat-20030114.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
from type svg:SVG.feMorphology.content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group svg:SVG.id.attrib | |
xml:base | [0..1] | xsd:anyURI | from group svg:SVG.base.attrib | |
xml:lang | [0..1] | Anonymous | from group svg:SVG.lang.attrib | |
xml:space | [0..1] | Anonymous | from group svg:SVG.space.attrib | |
color-interpolation-filters | [0..1] | Anonymous | from group svg:SVG.FilterColor.attrib | |
x | [0..1] | svg:Coordinate.datatype | from group svg:SVG.FilterPrimitive.attrib | |
y | [0..1] | svg:Coordinate.datatype | from group svg:SVG.FilterPrimitive.attrib | |
width | [0..1] | svg:Length.datatype | from group svg:SVG.FilterPrimitive.attrib | |
height | [0..1] | svg:Length.datatype | from group svg:SVG.FilterPrimitive.attrib | |
result | [0..1] | xsd:anySimpleType | from group svg:SVG.FilterPrimitive.attrib | |
in | [0..1] | xsd:anySimpleType | from group svg:SVG.FilterPrimitiveWithIn.attrib | |
operator | [0..1] | Anonymous | Default value is "erode". from group svg:attlist.feMorphology | |
radius | [0..1] | svg:NumberOptionalNumber.datatype | from group svg:attlist.feMorphology |
Used in
- Anonymous type of element svg:SVG.Filter.class via extension of svg:SVG.filter.content
- Anonymous type of element svg:filter via extension of svg:SVG.filter.content
- Type svg:SVG.filter.content
Substitution hierarchy
- svg:SVG.FilterPrimitive.class
- can be substituted with svg:feMorphology
Sample instance
<svg:feMorphology> <svg:animate attributeName="any text content"> <svg:desc>Any text</svg:desc> </svg:animate> </svg:feMorphology>