| 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 |
| Attribute Group | svg:filter_primitive_attributes_with_in |
| Complex Types | svg:feImageType, svg:feMergeType, svg:feTurbulenceType |
<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> |