diff options
author | Carl Worth <cworth@cworth.org> | 2004-08-02 11:51:57 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-08-02 11:51:57 +0000 |
commit | a9bc4e1f5eb2d9ea78ce7c11bcb7a96d9c349f9e (patch) | |
tree | 489d8de06091e200f85d4fdf0bd1809436513d71 | |
parent | 0e3770e82074f76302190b853302e21113400ece (diff) |
Note that cairo_clip is fixed now.
-rw-r--r-- | BUGS | 6 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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. -- @@ -1,3 +1,7 @@ +2004-08-02 Carl Worth <cworth@isi.edu> + + * BUGS: Note that cairo_clip is fixed now. + 2004-08-01 Øyvind Kolås <oeyvindk@hig.no> * src/cairo.h: replaced ct with cr in public headers to keep |