diff options
author | Carl Worth <cworth@cworth.org> | 2005-01-12 14:40:14 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-01-12 14:40:14 +0000 |
commit | 5235dbb80f966acf8d4fe4bdf75766803824e7af (patch) | |
tree | bd9a0d68ad062e3e307bc140c2780fbc8ae6026a /BUGS | |
parent | 4796dc0b26d5f56eecc4e208afc6b99ee4a7483e (diff) |
A NULL cairo_t * is not sane.
Add freetype flags so that things work with freetype in a non-standard location, (a little extra work here since freetype doesn't use pkg-config).
Add several items culled from recent mailing list discussions.
Add bugs on cache locking and surface pattern scaling.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +The caches need to have some locking. + +-- + +Scaling of surface patterns is all broken, (try xsvg +gradPatt-pattern-BE-07.svg and zoom in and out). + -- centi_unfinished.svg has big black portions when drawn with svg2png, |