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. -- diff --git a/ChangeLog b/ChangeLog index f6f17ade9..4f2001cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 Carl Worth + + * BUGS: Note that cairo_clip is fixed now. + 2004-08-01 Øyvind Kolås * src/cairo.h: replaced ct with cr in public headers to keep