Reference noStroke()

noStroke()

Disables drawing points, lines, and the outlines of shapes.

Calling noStroke() is the same as making the stroke completely transparent, as in stroke(0, 0). If both noStroke() and noFill() are called, nothing will be drawn to the screen.

Examples

This page is generated from the comments in src/color/setting.js . Please feel free to edit it and submit a pull request!

Related References