diff options
author | Carl Worth <cworth@cworth.org> | 2004-05-04 09:25:54 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-05-04 09:25:54 +0000 |
commit | 7398aa8e1e4328a85f8d2de0c5180712cfa842e8 (patch) | |
tree | e60c33b58ad5fc87555f0f012b3e53b9f26065f2 /BUGS | |
parent | 423ea55410d86c8c8cc4fb5219941bcbdeab2a33 (diff) |
Move all libpng-related code into copy_page. (unpremultiply_data): Add missing unpremultiply step. (_cairo_png_surface_copy_page): Move PNG output to copy_page. Add support for A8 and A1 images. Remove time from header (we may want to add it again later, but for now it messes up my test suite). (_cairo_png_surface_destroy): Call copy_page if it hasn't been called already. (_cairo_png_surface_show_page): Add implementation.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,3 +66,7 @@ Patterns are broken in various ways. The SVG test case demonstrates some regressions, so something has changed in cairo. Also, transformation plus repeat doesn't work in either Xrender or libpixman, (nor in glitz?). + +-- + +font-size="0" in an SVG file does very bad things. |