strokeWeight(weight);
Set the line width.
Arguments
weight
The line width in pixelsstrokeWeight(8);
line(200, 200, mouseX, mouseY);
strokeWeight(weight);
Set the line width.
weight
The line width in pixelsstrokeWeight(8);
line(200, 200, mouseX, mouseY);