This commit is contained in:
benfry
2008-11-21 23:35:59 +00:00
parent 373bd59dc9
commit 7b17f3d762
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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)