We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello All,
I am a newbie to Processing. For some reason I am unable to get the stroke weight working.
I am using it with a rectangle.
size(640,480); rect(160,120,200,300); strokeWeight(20);
I am working on my laptop. Could this be a graphics driver issue ?
Comments
you must use strokeWeight() before rect()
Thank you Chrisir ! That helped :)
you can format your code like this