diff options
author | Carl Worth <cworth@cworth.org> | 2004-12-23 13:49:56 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-12-23 13:49:56 +0000 |
commit | 7a5a3cb208b079dfe453ad532a8939bed394cff9 (patch) | |
tree | 9c81edf02027295d46ac18c2578b763e99859126 /BUGS | |
parent | f76d898cf1f14305e1cc984d0f2f40c831aa9014 (diff) |
Remove unused CAIRO_TRAPS_GROWTH_INC.
Resize arrays by doubling rather than by linear increments.
Add new bug exposed centi_unfinished.svg.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +-- + +centi_unfinished.svg has big black portions when drawn with svg2png, +(but not when drawn with xsvg). + +-- + The caches need to be invalidated at font destruction time. -- |