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)