diff --git a/done.txt b/done.txt index 973747031..9406047f4 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,9 @@ +0054 +X disabled the debug flag (oops) in BPolygon +X disabled code for alpha in web colors (use 0x instead if needed) +X make sure that fill(int a) / stroke(int a) work if an alpha is set + + 0053 X add smooth() noSmooth() to the keywords X image of 256x256 doesn't draw the last line of pixels diff --git a/todo.txt b/todo.txt index f3cff6c6f..3cb335b97 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,5 @@ -0054 -X disabled the debug flag (oops) in BPolygon -X disabled code for alpha in web colors (use 0x instead if needed) -X make sure that fill(int a) / stroke(int a) work if an alpha is set +0055 +X incorporated (but not yet tested) net code _ int() doesn't work inside other functions _ argh, need a real parser