diff --git a/BUGS b/BUGS index 0f852b63f..e7baa3fcb 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,7 @@ +The caches need to be invalidated at font destruction time. + +-- + 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 3a10b9145..49d0d95d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-17 Carl Worth + + * BUGS: Add bug about invalidating font caches. + 2004-12-02 David Reveman * src/cairo_gstate.c (_cairo_gstate_clip): Revert the "return early"