summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-05-04 09:25:54 +0000
committerCarl Worth <cworth@cworth.org>2004-05-04 09:25:54 +0000
commit7398aa8e1e4328a85f8d2de0c5180712cfa842e8 (patch)
treee60c33b58ad5fc87555f0f012b3e53b9f26065f2 /BUGS
parent423ea55410d86c8c8cc4fb5219941bcbdeab2a33 (diff)
downloadcairo-7398aa8e1e4328a85f8d2de0c5180712cfa842e8.tar.gz
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--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 6475788d9..62f8adc86 100644
--- a/BUGS
+++ b/BUGS
@@ -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.