mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 01:20:10 +01:00
Add bug about invalidating font caches.
This commit is contained in:
parent
e656b1f3ba
commit
5c33c78c8c
2 changed files with 8 additions and 0 deletions
4
BUGS
4
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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue