From f444288ad6e8958412f339c97b29c4f2871a1368 Mon Sep 17 00:00:00 2001 From: REAS Date: Wed, 23 Jan 2019 10:16:06 -0800 Subject: [PATCH] Update for pop() and push() reference, correction --- core/src/processing/core/PApplet.java | 4 ++-- core/src/processing/core/PGraphics.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 4c110bf3f..029c9483e 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -13279,7 +13279,7 @@ public class PApplet implements PConstants { * with push(), it builds on the current style and transform * information.
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), @@ -13317,7 +13317,7 @@ public class PApplet implements PConstants { * it builds on the current style and transform information.
*
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 0c63c34de..65bcb280d 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -5175,7 +5175,7 @@ public class PGraphics extends PImage implements PConstants { * with push(), it builds on the current style and transform * information.
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), @@ -5212,7 +5212,7 @@ public class PGraphics extends PImage implements PConstants { * it builds on the current style and transform information.
*
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(),