svg:PresentationAttributes-TextElements

The following presentation attributes apply to 'text' elements

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
writing-mode restriction of string optional

Used By

Source

<attributeGroup name="PresentationAttributes-TextElements">
  <annotation>
    <documentation>The following presentation attributes apply to 'text' elements</documentation>
  </annotation>
  <attribute name="writing-mode" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="lr-tb"/>
        <enumeration value="rl-tb"/>
        <enumeration value="tb-rl"/>
        <enumeration value="lr"/>
        <enumeration value="rl"/>
        <enumeration value="tb"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>