Add bug about invalidating font caches.

This commit is contained in:
Carl Worth 2004-12-17 11:31:05 +00:00
parent e656b1f3ba
commit 5c33c78c8c
2 changed files with 8 additions and 0 deletions

4
BUGS
View file

@ -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.

View file

@ -1,3 +1,7 @@
2004-12-17 Carl Worth <cworth@cworth.org>
* BUGS: Add bug about invalidating font caches.
2004-12-02 David Reveman <c99drn@cs.umu.se>
* src/cairo_gstate.c (_cairo_gstate_clip): Revert the "return early"