From bbc893658c10f643e098bbc2b9ad82a6c9bcf040 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 --- core/todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 7eb08830b..6268f6de4 100644 --- a/core/todo.txt +++ b/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