Outline:

width?: number

The width, or thinkness of the line.

color?: Color

The color of the line.

opacity?: number

Opacity (overrides fill opacity).

sincev3001.0

join?: LineJoin

Line join.

sincev3000.0

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.

sincev3001.0

cap?: LineCap

Line cap.

sincev3001.0

kaplay logo