neoscore.core.pen_cap_style

class neoscore.core.pen_cap_style.PenCapStyle[source]

Bases: Enum

Styles controlling how pen strokes are capped.

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

SQUARE = 16

A square cap that extends beyond the end point by half the pen width

FLAT = 0

A square cap that does not cover the end point of the path

ROUND = 32

A rounded cap