From 8a5b8f1e65595d3523158d699bbac950e1d95859 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 25 Apr 2017 21:00:55 -0400 Subject: [PATCH] note about the fixes from Jakub --- core/todo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 851aac682..604e2223f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -14,6 +14,11 @@ gohai X improve loadBytes() performance X https://github.com/processing/processing/pull/5027 +jakub +X ArrayIndexOutOfBoundsException when using tint() or loadFont() +X https://github.com/processing/processing/issues/5028 +X https://github.com/processing/processing/pull/5029 + high _ implement sketch scaling into PApplet