DrawLinesOpt: Omit & pts: Vec2[]The points that should be connected with a line.width?: numberThe width, or thickness of the lines,radius?: number | number[]The radius of each corner.join?: LineJoinLine join style (default "none").cap?: LineCapLine cap style (default "none").miterLimit?: numberMaximum miter length, anything longer becomes bevel.How the lines should look like.