diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-05-02 11:01:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2005-05-02 11:01:18 +0000 |
commit | 79b2a79f2d9ba8dbef44d04656fa84d83836ac6c (patch) | |
tree | 4e905226d89f28bfe18bcef83c365e73ff5dcd8d /ChangeLog | |
parent | 0c40f66c04bffa1847d37cf9c64e48db9e76f51f (diff) |
src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() and cairo_mask_surface().
test/maks.c tests/Makefile.am tests/mask-ref.png: Add a comprehensive tests for cairo_mask().
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-05-02 Owen Taylor <otaylor@redhat.com> + + * src/cairo.[ch] src/cairo-gstate.c: Add cairo_mask() + and cairo_mask_surface(). + + * test/maks.c tests/Makefile.am tests/mask-ref.png: Add a + comprehensive tests for cairo_mask(). + + * docs/public/cairo-sections.txt: Updated + 2005-05-02 Kristian Høgsberg <krh@redhat.com> * src/cairo-gstate.c (_cairo_gstate_glyph_path): Also call |