summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-12-17 11:31:05 +0000
committerCarl Worth <cworth@cworth.org>2004-12-17 11:31:05 +0000
commit5c33c78c8ca551abc5bf28bb7cd1c29d60687ed5 (patch)
tree2f229086b425042992cb070654832d6535de772a /BUGS
parente656b1f3ba99641e82e603fe5dcbc0c0cc8b8f31 (diff)
downloadcairo-5c33c78c8ca551abc5bf28bb7cd1c29d60687ed5.tar.gz
Add bug about invalidating font caches.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
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.