Outline:

width?: number

The width, or thickness of the line.

color?: Color

The color of the line.

opacity?: number

Opacity (overrides fill opacity).

since

join?: LineJoin

Line join.

since

miterLimit?: number

Miter limit. If the length of the miter divided by the line width exceeds this limit, the style is converted to a bevel.

since

cap?: LineCap

Line cap.

since

kaplay logo

Misc