neoscore.core.pen_join_style

class neoscore.core.pen_join_style.PenJoinStyle[source]

Bases: Enum

Styles controlling the shape of line joints on a pen stroke.

The enum int values are for internal purposes and not guaranteed by the API.

BEVEL = 64

The triangular notch between the two lines is filled.

MITER = 0

The outer edges of the lines are extended to meet at an angle.

ROUND = 128

A circular arc between the two lines is filled.