mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 09:08:16 +02:00
Note that cairo_paint and cairo_clip/fill/stroke_preserve are all done now.
This commit is contained in:
parent
1baa4d1329
commit
2847ff9d6e
3 changed files with 11 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-04-26 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* ROADMAP:
|
||||
* TODO: Note that cairo_paint and cairo_clip/fill/stroke_preserve
|
||||
are all done now.
|
||||
|
||||
2005-04-26 Carl Worth <cworth@cworth.org>
|
||||
|
||||
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
|
||||
|
|
|
|||
8
ROADMAP
8
ROADMAP
|
|
@ -20,10 +20,10 @@ Implementation work
|
|||
API Issues (more detail in TODO file)
|
||||
-------------------------------------
|
||||
|
||||
A1. Add cairo_paint
|
||||
✓A1. Add cairo_paint
|
||||
Difficulty: moderate or moderate to minor
|
||||
Dependencies: much easier after [I1]. needs some cleanups from [A4]
|
||||
Status: cworth has a patch nearly complete
|
||||
Status: Done
|
||||
|
||||
A2. Add cairo_mask
|
||||
Difficulty: moderate
|
||||
|
|
@ -43,9 +43,9 @@ API Issues (more detail in TODO file)
|
|||
a circular dependency)
|
||||
Status: Done.
|
||||
|
||||
A5. Add cairo_clip/fill/stroke_preserve
|
||||
✓A5. Add cairo_clip/fill/stroke_preserve
|
||||
Difficulty: easy
|
||||
Status: cworth has patch basically complete
|
||||
Status: Done.
|
||||
|
||||
A6. Just eliminate a bunch of functions:
|
||||
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -16,7 +16,7 @@ PDR C cairo_surface_finish, cairo_surface_flush
|
|||
PDR C Abbreviation hunt: cairo_init_clip and cairo_concat_matrix
|
||||
----- Renaming the terms of the rendering equation
|
||||
PDR C default matrix
|
||||
PD T cairo_paint
|
||||
PDRTC cairo_paint
|
||||
cairo_begin_group, cairo_end_group, cairo_get_group
|
||||
PDRTC Making set_source consistent
|
||||
----- cairo_stroke_path -> cairo_stroke_to_path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue