(Docs) Fix unclosed <b> tag in noSmooth()

Moved here from a PR on the website to ensure the change is more permanent.
This commit is contained in:
robog-two
2022-06-08 02:45:12 -05:00
committed by GitHub
parent e899f3dfcf
commit 6c03b3e48c
+1 -1
View File
@@ -1192,7 +1192,7 @@ public class PApplet implements PConstants {
* edges and images with hard edges between the pixels
* when enlarged rather than interpolating pixels. Note
* that <b>smooth()</b> is active by default, so it is necessary
* to call <b>noSmooth()<b> to disable smoothing of geometry,
* to call <b>noSmooth()</b> to disable smoothing of geometry,
* fonts, and images. Since the release of Processing 3.0,
* the <b>noSmooth()</b> function can only be run once for each
* sketch, either at the top of a sketch without a <b>setup()</b>,