mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
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:
parent
b55f107679
commit
9349c95f28
2 changed files with 17 additions and 1 deletions
|
|
@ -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
12
TODO
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue