set line thickness

Use one number to set the thickness of the outline.

strokeWeight(thickness);

A value of 1 sets the line thickness to one pixel.
This is the default value.

strokeWeight(4);