color-rendering

Attribute Information

Used By

Source

<xs:attribute name="color-rendering">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="auto"/>
      <xs:enumeration value="optimizeSpeed"/>
      <xs:enumeration value="optimizeQuality"/>
      <xs:enumeration value="inherit"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample