参考 noStroke()

noStroke()

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

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

示例

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

相关参考