summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-08-02 11:51:57 +0000
committerCarl Worth <cworth@cworth.org>2004-08-02 11:51:57 +0000
commita9bc4e1f5eb2d9ea78ce7c11bcb7a96d9c349f9e (patch)
tree489d8de06091e200f85d4fdf0bd1809436513d71 /BUGS
parent0e3770e82074f76302190b853302e21113400ece (diff)
downloadcairo-a9bc4e1f5eb2d9ea78ce7c11bcb7a96d9c349f9e.tar.gz
Note that cairo_clip is fixed now.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 2d18089d5..8d24b3d74 100644
--- a/BUGS
+++ b/BUGS
@@ -1,6 +1,6 @@
-cairo_clip is returning the wrong result in several cases. And when it
-doesn't get the wrong result, it is horribly slow. This really needs
-to be fixed.
+cairo_clip is really slow, (with at least the Xlib and image
+backends). An accelerated implementation of the IN operator would
+probably help a lot here.
--