mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-05 03:20:20 +01:00
Added cairo_show_surface_mask and note about clipping problems.
This commit is contained in:
parent
a513fa18c7
commit
cf354e9924
2 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2005-01-06 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* TODO: Added some TODO items from mailing list traffic.
|
||||
Added cairo_show_surface_mask and note about clipping problems.
|
||||
|
||||
2005-01-05 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
|
|
|
|||
14
TODO
14
TODO
|
|
@ -1,3 +1,17 @@
|
|||
* Add cairo_show_surface_mask, and make everything respect current
|
||||
alpha. This means the equation should be something like:
|
||||
|
||||
((PATTERN IN ALPHA) IN (SHAPE IN CLIP)) OP DEST
|
||||
|
||||
Except where IN may not be the right operator for clipping for some
|
||||
choices of OP.
|
||||
|
||||
* Fix the rendering equation (or implementation) so that clipping
|
||||
works as expected.
|
||||
|
||||
* Implement a hidden transform, (as per the result of the hidden
|
||||
offset thread on the mailing list).
|
||||
|
||||
* Replace PNG backend with an image_surface function to save a PNG
|
||||
image.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue