kyrie / com.github.alexjlockwood.kyrie / StrokeLineJoin

StrokeLineJoin

enum class StrokeLineJoin

Stroke line join determines the shape that should be used at the ends of a stroked sub-path.

Enum Values

MITER

A miter stroke line join.

ROUND

A round stroke line join.

BEVEL

A bevel stroke line join.