svg:PresentationAttributes-FilterPrimitives

The following presentation attributes apply to filter primitives

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
color-interpolation-filters restriction of string optional

Used By

Source

<attributeGroup name="PresentationAttributes-FilterPrimitives">
  <annotation>
    <documentation>The following presentation attributes apply to filter primitives</documentation>
  </annotation>
  <attribute name="color-interpolation-filters" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="auto"/>
        <enumeration value="sRGB"/>
        <enumeration value="linearRGB"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>