From 7b17f3d76228ecda913dec100dadece74d5f0593 Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 21 Nov 2008 23:35:59 +0000 Subject: [PATCH] cleanup --- core/todo.txt | 2 ++ todo.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 3ed691fae..bb7633f14 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -20,6 +20,8 @@ X don't use TRIANGLE_FAN on ellipseImpl() and arcImpl() with P2D X split out ellipseImpl and arcImpl from PGraphics into P2D and P3D X figure out better model for adaptive sizing of circles X also goes for arcs, though will be weighted based on arc size +X Bring back CENTER_RADIUS but deprecate it +X http://dev.processing.org/bugs/show_bug.cgi?id=1035 _ OPENGL sketches flicker w/ Vista when background() is not used inside draw() diff --git a/todo.txt b/todo.txt index c0823684b..dfebf62a3 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,4 @@ 0158 pde -X Bring back CENTER_RADIUS but deprecate it -X http://dev.processing.org/bugs/show_bug.cgi?id=1035 X missing semicolons - better error message _ http://dev.processing.org/bugs/show_bug.cgi?id=12 _ need to highlight the previous line as well (or instead)