Skip to content

Commit 18fa153

Browse files
authored
Merge pull request #808 from belm0/patch-1
fix typo in noSmooth() docs
2 parents e2027dd + a046076 commit 18fa153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/noSmooth.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void draw() {
3838
</example>
3939

4040
<description><![CDATA[
41-
Draws all geometry and fonts with jagged (aliased) edges and images when hard edges between the pixels when enlarged rather than interpoloating pixels. Note that <b>smooth()</b> is active by default, so it is necessary 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>, or after the <b>size()</b> function when used in a sketch with <b>setup()</b>. See the examples above for both scenarios.
41+
Draws all geometry and fonts with jagged (aliased) 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, 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>, or after the <b>size()</b> function when used in a sketch with <b>setup()</b>. See the examples above for both scenarios.
4242
]]></description>
4343

4444
</root>

0 commit comments

Comments
 (0)