8.0

Table Of Contents
shape.
shape.
shape.
<!ATTLIST CONTOUR
CURVEDEDGES (true | false)
"false"
Specifies whether
there are any
curved edges in
the contour.
Specifies whether
there are any
curved edges in
the contour.
Specifies whether
there are any
curved edges in
the contour.
RECTCONTOUR (true | false)
"false"
Specifies whether
this contour is
rectangular.
Specifies whether
this contour is
rectangular.
Specifies whether
this contour is
rectangular.
INVERTEDCONTOUR (true |
false) "false"
Specifies whether
the points
describe a hole
instead of an
outside contour.
Specifies whether
the points
describe a hole
instead of an
outside contour.
Specifies whether
the points
describe a hole
instead of an
outside contour.
TOPLEVEL (true | false) "false"
Specifies whether
the contour has no
containing
contours.
Specifies whether
the contour has no
containing
contours.
Specifies whether
the contour has no
containing
contours.
SELFINTERSECTED (true | false)
"false"
Specifies whether
the contour
intersects itself.
Specifies whether
the contour
intersects itself.
Specifies whether
the contour
intersects itself.
POLYCONTOUR (true | false)
"false"
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
Specifies whether
this is a
polycontour (as
opposed to a
spline contour).
VERTEXTAGEXISTS (true | false)
"false">
Specifies whether
there are vertex
tags associated
with the contour.
Specifies whether
there are vertex
tags associated
with the contour.
Specifies whether
there are vertex
tags associated
with the contour.
<!ELEMENT VERTICES
(VERTEX+)>
A collection of
vertexes which,
combined, make
up a contour.
A collection of
vertexes which,
combined, make
up a contour.
A collection of
vertexes which,
combined, make
up a contour.
<!ELEMENT VERTEX
(LEFTCONTROLPOINT?,
VERTEXPOINT,
RIGHTCONTROLPOINT?)>
A single vertext
(i.e. Line segment)
in a bezier curve.
A single vertext
(i.e. Line segment)
in a bezier curve.
A single vertext
(i.e. Line segment)
in a bezier curve.
<!ATTLIST VERTEX
SMOOTHVERTEX (true | false)
"false"
Specifies whether
the given vertex is
"straight" - i.e..
C1 continuous.
Specifies whether
the given vertex is
"straight" - i.e.. C1
continuous.
Specifies whether
the given vertex is
"straight" - i.e..
C1 continuous.
STRAIGHTEDGE (true | false)
"false"
Specifies whether
the following edge
is "straight".
Specifies whether
the following edge
is "straight".
Specifies whether
the following edge
is "straight".
SYMMVERTEX (true | false) "false"
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Specifies whether
the given vertex is
also symmetrical -
i.e., C2
Page 258