参考 noStroke()

noStroke()

禁用点、线和形状的描边。

调用 noStroke() 相当于使描边完全透明, 如同调用 stroke(0, 0)。如果 noStroke()noFill() 同时被调用,则画布上不会绘制任何内容。

示例


相关参考