[ static enum ] Join

Class: Stroke.

Description:

Static enum for stroke join styles.
Defines how two connected line segments are joined.

Type: number

Properties:

Name Description

Miter

Sharp corner with extended outer edges.

Round

Rounded corner with a circular arc.

Bevel

Flattened corner with a straight cut.

Examples:

Stroke.Join.Bevel