::

enum PathJoinType

Values
miter Join the path segment by extending the outer border until they intersect.
round Join the path segment with a pie-like patch, such that the outer line of the meeting point is round.
bevel Join the path segment by connecting the outer ends of the abutting segments with a straight line.
none Do not join the path segments at all. There will be visible cracks at the meeting points then.
Values' Details
miter
miter,
Description
Join the path segment by extending the outer border until they intersect.
round
round,
Description
Join the path segment with a pie-like patch, such that the outer line of the meeting point is round.
bevel
bevel,
Description
Join the path segment by connecting the outer ends of the abutting segments with a straight line.
none
none,
Description
Do not join the path segments at all. There will be visible cracks at the meeting points then.
Top of Page