Update for pop() and push() reference, correction

This commit is contained in:
REAS
2019-01-23 10:16:06 -08:00
parent 0a9cad7057
commit f444288ad6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13279,7 +13279,7 @@ public class PApplet implements PConstants {
* with push(), it builds on the current style and transform
* information.<br />
* <br />
* <b>push() stores information related to the current
* <b>push()</b> stores information related to the current
* transformation state and style settings controlled by the
* following functions: <b>rotate()</b>, <b>translate()</b>,
* <b>scale()</b>, <b>fill()</b>, <b>stroke()</b>, <b>tint()</b>,
@@ -13317,7 +13317,7 @@ public class PApplet implements PConstants {
* it builds on the current style and transform information.<br />
* <br />
* <br />
* <b>push() stores information related to the current
* <b>push()</b> stores information related to the current
* transformation state and style settings controlled by the
* following functions: <b>rotate()</b>, <b>translate()</b>,
* <b>scale()</b>, <b>fill()</b>, <b>stroke()</b>, <b>tint()</b>,
+2 -2
View File
@@ -5175,7 +5175,7 @@ public class PGraphics extends PImage implements PConstants {
* with push(), it builds on the current style and transform
* information.<br />
* <br />
* <b>push() stores information related to the current
* <b>push()</b> stores information related to the current
* transformation state and style settings controlled by the
* following functions: <b>rotate()</b>, <b>translate()</b>,
* <b>scale()</b>, <b>fill()</b>, <b>stroke()</b>, <b>tint()</b>,
@@ -5212,7 +5212,7 @@ public class PGraphics extends PImage implements PConstants {
* it builds on the current style and transform information.<br />
* <br />
* <br />
* <b>push() stores information related to the current
* <b>push()</b> stores information related to the current
* transformation state and style settings controlled by the
* following functions: <b>rotate()</b>, <b>translate()</b>,
* <b>scale()</b>, <b>fill()</b>, <b>stroke()</b>, <b>tint()</b>,