bezier

Records the placement of Bezier control points as a series of pairs of
space-separated values; e.g., 19 45 -32 118.

Attribute Information

Used By

Source

<xs:attribute name="bezier">
  <xs:annotation>
    <xs:documentation>Records the placement of Bezier control points as a series of pairs of space-separated values; e.g., 19 45 -32 118.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:union memberTypes="xs:decimal xs:decimal"/>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample