summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-26 14:38:43 +0000
committerCarl Worth <cworth@cworth.org>2004-10-26 14:38:43 +0000
commitf8e632ab1e0673cecd2ea68b3c0e6747b74d7cd6 (patch)
tree647a7a3d83435760e58b4dd66cfbd8f40fa5e879 /BUGS
parentbf8374dba260c80ae8ee33c1eb5bddf39ae649f4 (diff)
downloadcairo-f8e632ab1e0673cecd2ea68b3c0e6747b74d7cd6.tar.gz
Add initial regression test suite.
Don't AC_SUBST a dozen different FOO_CFLAGS and FOO_LIBS. Instead, incrementally build up just CAIRO_CFLAGS and CAIRO_LIBS. Don't list flags that should get picked up via dependency information through Requires. Add description of move_to_show_surface.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 8d24b3d74..31690e6cc 100644
--- a/BUGS
+++ b/BUGS
@@ -81,3 +81,14 @@ libpixman, (nor in glitz?).
--
font-size="0" in an SVG file does very bad things.
+
+--
+
+move_to_show_surface (see cairo/test):
+
+ * 2004-10-25 Carl Worth <cworth@cworth.org>
+ *
+ * It looks like cairo_show_surface has no effect if it follows a
+ * call to cairo_move_to to any coordinate other than 0,0. A little
+ * bit of poking around suggests this isn't a regression, (at least
+ * not since the last pixman snapshot).