summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-06 16:57:14 +0000
committerCarl Worth <cworth@cworth.org>2005-08-06 16:57:14 +0000
commit1fadb8065600d5b9cbab9a14232e08daec450e4d (patch)
tree723fcd1d8f4b31809ba44eb606b5597eaebf8b35 /BUGS
parent2f1024f83fc971516224b910cec8d3e787740c53 (diff)
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).
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS29
1 files changed, 0 insertions, 29 deletions
diff --git a/BUGS b/BUGS
index ea529cb7d..1a0c3b094 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 <perbj@stanford.edu>
- To: Cairo mailing list <cairo@cairographics.org>
- 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).