From a44c05c41f930f9e93b8d1d3a14126cf8c18e37f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 30 Oct 2016 15:45:57 -0400 Subject: [PATCH] notes about fixes from Andres --- core/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 3413a4c51..6cd34c0c3 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -36,6 +36,10 @@ X remove extra glClear() calls X https://github.com/processing/processing/issues/4694 X PShapes do not show up in PDF with P2D renderer X https://github.com/processing/processing/issues/4647 +X Some semi-transparent edges of sphere() meshes rendered in higher density +X https://github.com/processing/processing/issues/4720 +X P2D and P3D not stopping with empty draw() blocks +X https://github.com/processing/processing/issues/4722 started X add toJSON() method to IntDict