: Vec2[] The points that should be connected with a line.
?: number The width, or thickness of the lines,
?: number | number[] The radius of each corner.
?: LineJoin Line join style (default "none").
?: LineCap Line cap style (default "none").
?: number Line bias, the position of the line relative to its center (default 0).
?: number Maximum miter length, anything longer becomes bevel.
}