From 1fadb8065600d5b9cbab9a14232e08daec450e4d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 6 Aug 2005 16:57:14 +0000 Subject: Remove several bugs that have been fixed. Slip group support off of the 1.0 roadmap. Update status of clipping work which otaylor is working on. Update for progress on cairo_surface_mark_dirty (committed), non-antialiased rendering (patch), cairo_arc_to (patch), consistent error handling (committed), cairo_content_t (committed). Remove details for some completed items. Don't crash if font_face is NULL, (this is a documented mechanism for returning to the default font_face). --- BUGS | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index ea529cb7..1a0c3b09 100644 --- a/BUGS +++ b/BUGS @@ -5,40 +5,11 @@ that display. -- -cairo_show_surface fails when given a non-default CTM, see the -show_surface.cairo snippet in: - - From: Per Bjornsson - To: Cairo mailing list - Date: Wed, 09 Feb 2005 20:05:35 -0800 - Message-Id: <1108008335.5349.46.camel@localhost.localdomain> - Subject: [cairo] How is cairo_show_surface supposed to work? - --- - cairo_image_surface_create should return a blank image (eg. transparent black) instead of an image with random data in it. -- -cairo_surface_create_for_image is claiming ownership of the user's data. - --- - -cairo_font_set_transform should be renamed cairo_font_set_matrix -cairo_font_current_transform should be renamed cairo_font_get_matrix - --- - -Alexis Georges reports a segfault on AMD64 with a simple program, -(that works in a 32bit chroot). - --- - -The caches need to have some locking (see: [cairo] Static caches and thread-safety) - --- - Scaling of surface patterns is all broken, (try xsvg gradPatt-pattern-BE-07.svg and zoom in and out). -- cgit v1.2.3