diff options
author | croachrose <croachrose@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2006-09-20 15:47:42 +0000 |
---|---|---|
committer | croachrose <croachrose@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2006-09-20 15:47:42 +0000 |
commit | 0f87cd842dd46205d5252c35da6d2c869f3d2e98 (patch) | |
tree | 64ce18bd4c467883c56b72e32e92177ce6718941 /libs/graphics/animator/thingstodo.txt | |
parent | 586101c79b0490b50623e76c71a5fd67d8d92b08 (diff) |
Initial checkin of skia source in google codebase.
* reviewed by me!
git-svn-id: http://skia.googlecode.com/svn/trunk@2 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'libs/graphics/animator/thingstodo.txt')
-rw-r--r-- | libs/graphics/animator/thingstodo.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/graphics/animator/thingstodo.txt b/libs/graphics/animator/thingstodo.txt new file mode 100644 index 0000000000..8d0d47a02d --- /dev/null +++ b/libs/graphics/animator/thingstodo.txt @@ -0,0 +1,21 @@ +things to do: + figure out where endless or very deep recursion is possible + at these points, generate an error if actual physical stack gets too large + candidates are scripts + eval(eval(eval... user callouts + ((((( operator precedence or similar making stack deep + groups within groups + very large apply create or apply immediate steps + + write tests for math functions + looks like random takes a parameter when it should take zero parameters + + add Math, Number files to perforce for docs + alphabetize attributes in docs + + manually modified tools/screenplayDocs/xmlToJPEG.cpp + + fix docs where lines are stitched together (insert space) + + naked <data> outside of <post> asserts on name + handle errors for all element not contained by correct parents
\ No newline at end of file |