From aefb7063dc46e8f7610a74263cde2517c9ef0c6d Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 27 Mar 2005 22:12:10 +0000 Subject: [PATCH] text() in a box is broken --- processing/core/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/processing/core/todo.txt b/processing/core/todo.txt index 7eb08830b..6268f6de4 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -11,6 +11,8 @@ X loadPixels throwing NPEs X fixes to SCREEN_SPACE text not being sized properly X loadPixels()/updatePixels() on screen space text (ouch) +_ text in a box is broken (at least for PGraphics2) + _ really need to take a look at the curve/vertex code _ make sure we don't want curveVertices(1,2,3,u,v) _ also make test cases so that java2d and java11 behave the same