strokeSize

strokeSize(thickness)
strokeSize = strokeSize()

Sets or gets the stroke thickness.

Value must not be negative. Zero is valid value.

thickness Number The stroke thickness value of all following 2D shapes that have borders.
Example
function draw()
    strokeSize(10)
    rect(0, 0, 50, 50)
end
This is automatically generated page.    |    Last updated 2/9/2015    |    v.0.1.0