MENU
Outlining
strokeStyle stores the color of the line. The default stroke color is black.
lineWidth stores the width of the line.
lineCap stores the shape at the ends of the line. The value can be 'butt', 'round', or 'square'.
lineJoin sets the shape at the corners of the line. The value can be 'miter', 'round', or 'bevel'.
miterLimit stores the maximum miter length (when lineJoin='miter'). If it is exceeded, the corner will be displayed as lineJoin type 'bevel'. The miter length is the distance between the inner corner and the outer corner.