Skip to content

Commit 6d8c299

Browse files
committed
incorporate PGraphics contributed fix
1 parent 963df15 commit 6d8c299

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build/shared/revisions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This release incorporates several contributed fixes (see below) and a few additi
3333

3434
* Debugger was listing immediate array dimension last, fix from @WillRabois04 [606](https://github.com/processing/processing4/issues/606), [729](https://github.com/processing/processing4/pull/729)
3535

36+
* Second `beginDraw()` / `endDraw()` call clears `PGraphics` object when created w/ `P2D` [641](https://github.com/processing/processing4/issues/641), [728](https://github.com/processing/processing4/pull/728)
37+
3638

3739
# Processing 4.2
3840

core/todo.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ X https://github.com/processing/processing4/issues/740
44
X Use calculated text height instead of OS ascent for better vertical centering
55
X https://github.com/processing/processing4/issues/739
66

7+
contribs
8+
X Second beginDraw / endDraw call clears PGraphics object when created w/ P2D
9+
X https://github.com/processing/processing4/issues/641
10+
X https://github.com/processing/processing4/pull/728
11+
712

813
_ JNA version of getting resolution
914
_ https://stackoverflow.com/a/32588375

0 commit comments

Comments
 (0)