Add some notes from JG's TODO list on the wiki: http://cairographics.org/CairoToDoList. (Also testing automated mailing to cairo-commit list).

This commit is contained in:
Carl Worth 2004-02-13 06:13:19 +00:00
parent b55f107679
commit 9349c95f28
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-02-13 Carl Worth <cworth@east.isi.edu>
* TODO: Add some notes from JG's TODO list on the wiki:
http://cairographics.org/CairoToDoList. (Also testing automated
mailing to cairo-commit list).
2004-02-12 Carl Worth <cworth@isi.edu>
* src/cairo.h: Add typedefs for new callbacks to be used by

12
TODO
View file

@ -1,3 +1,12 @@
* Clean up the API in preparation for freezing and release.
* Add cairo_current_path and cairo_current_path_flat.
* Implement a PDF backend.
* Make a more interesting PS backend, (other than the current
"giant-image for every page" approach).
* Change stroke code to go through one giant polygon. This will fix
problems with stroking self-intersecting paths.
@ -9,7 +18,8 @@ mentioned in cairo_traps.c).
* Implement dashing for cairo_curve_to.
* Implement support for programmatic patterns.
* Implement support for programmatic patterns, (ie. figure out how to
do gradients the Right Way).
* Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
cairo_glyph_path, and cairo_stroke_path, cairo_arc_to.