From 89be9d8c082e945568b7a16b9165edc3d3690d56 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 15 Sep 2020 17:18:16 -0400 Subject: [PATCH] pixelDensity() issue was due to alpha 1 issues --- core/todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 424c77ed9..4d4bf6cf6 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -24,6 +24,8 @@ X https://github.com/processing/processing4/issues/55 X PDF broken in getImage() X https://github.com/processing/processing4/issues/62 X https://github.com/processing/processing4/commit/624e9074aeb1d9e2e6b2943e35ffd97a90b8b737 +o pixelDensity() throws error in setup() (Sam couldn't reproduce) +X https://github.com/processing/processing4/issues/127 contribs X remove redundant boxing and casting @@ -51,8 +53,6 @@ _ https://github.com/processing/processing4/pull/98 noted by Casey -_ pixelDensity() throws error in setup() (Sam couldn't reproduce) -_ https://github.com/processing/processing4/issues/127 _ Export Application broken in Processing 3.5.4 when using P2D or P3D renderers _ may be a JOGL bug, fixed by the 2.4 RC (therefore fixed in 4.x already?) _ https://github.com/processing/processing/issues/5983