mei:svg_SVG.text-rendering.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
text-rendering restriction of xs:token optional

Used By

Attribute Group mei:svg_SVG.Graphics.attrib

Source

<xs:attributeGroup name="svg_SVG.text-rendering.attrib">
  <xs:attribute name="text-rendering">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
        <xs:enumeration value="optimizeSpeed"/>
        <xs:enumeration value="optimizeLegibility"/>
        <xs:enumeration value="geometricPrecision"/>
        <xs:enumeration value="inherit"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>