summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-29 07:26:53 +0000
committerCarl Worth <cworth@cworth.org>2004-04-29 07:26:53 +0000
commitc9c882d2b28f8bb9656224eed8adba5a5395b294 (patch)
tree01e51830323fc928c1ec099cbffd183619738448 /BUGS
parent09698566e1b238830eca1085a65f6292195805a9 (diff)
Added a BUG and a TODO item
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS9
1 files changed, 8 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index cbeacccd..6475788d 100644
--- a/BUGS
+++ b/BUGS
@@ -57,5 +57,12 @@ Caps are added only to the last subpath in a complex path.
--
ref_counts will go negative if destroy is called with ref_count ==
-0. We noticed this is cairo_surface.c but it likely happens in several
+0. We noticed this in cairo_surface.c but it likely happens in several
places.
+
+--
+
+Patterns are broken in various ways. The SVG test case demonstrates
+some regressions, so something has changed in cairo. Also,
+transformation plus repeat doesn't work in either Xrender or
+libpixman, (nor in glitz?).