svg:feDisplacementMapType

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
result string optional
scale double optional
width svg:LengthType optional
x svg:CoordinateType optional
xChannelSelector restriction of string A optional
y svg:CoordinateType optional
yChannelSelector restriction of string A optional

Used By

Source

<complexType name="feDisplacementMapType">
  <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="scale" type="double" use="optional"/>
  <attribute name="xChannelSelector" default="A">
    <simpleType>
      <restriction base="string">
        <enumeration value="R"/>
        <enumeration value="G"/>
        <enumeration value="B"/>
        <enumeration value="A"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="yChannelSelector" default="A">
    <simpleType>
      <restriction base="string">
        <enumeration value="R"/>
        <enumeration value="G"/>
        <enumeration value="B"/>
        <enumeration value="A"/>
      </restriction>
    </simpleType>
  </attribute>
</complexType>