mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update for pop() and push() reference, correction
This commit is contained in:
@@ -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>,
|
||||
|
||||
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user