svg:filter_primitive_attributes

Attribute Group Information

Attributes

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

Used By

Source

<attributeGroup name="filter_primitive_attributes">
  <attribute name="x" type="svg:CoordinateType" use="optional"/>
  <attribute name="y" type="svg:CoordinateType" use="optional"/>
  <attribute name="width" type="svg:LengthType" use="optional"/>
  <attribute name="height" type="svg:LengthType" use="optional"/>
  <attribute name="result" type="string" use="optional"/>
</attributeGroup>