20module
com { module sun { module star { module rendering {
Determines which shape to use when joining path segments.
Definition PathJoinType.idl:31
const byte MITER
Join the path segment by extending the outer border until they intersect.
Definition PathJoinType.idl:43
const byte BEVEL
Join the path segment by connecting the outer ends of the abutting segments with a straight line.
Definition PathJoinType.idl:55
const byte NONE
Do not join the path segments at all.
Definition PathJoinType.idl:37
const byte ROUND
Join the path segment with a pie-like patch, such that the outer line of the meeting point is round.
Definition PathJoinType.idl:49
Definition Ambiguous.idl:20