diff options
author | Carl Worth <cworth@cworth.org> | 2004-12-17 11:31:05 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-12-17 11:31:05 +0000 |
commit | 5c33c78c8ca551abc5bf28bb7cd1c29d60687ed5 (patch) | |
tree | 2f229086b425042992cb070654832d6535de772a /BUGS | |
parent | e656b1f3ba99641e82e603fe5dcbc0c0cc8b8f31 (diff) |
Add bug about invalidating font caches.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |