[cairo-commit] cairo ChangeLog,1.239,1.240
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 21 18:26:27 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv27585
Modified Files:
ChangeLog
Log Message:
* src/cairo_hull.c (_cairo_hull_vertex_compare): Fix comparison so
that it results in a stable sort. This should fix some rendering
bugs due to broken pens.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- ChangeLog 21 Oct 2004 15:55:46 -0000 1.239
+++ ChangeLog 22 Oct 2004 01:26:25 -0000 1.240
@@ -1,5 +1,9 @@
2004-10-21 Carl Worth <cworth at cworth.org>
+ * src/cairo_hull.c (_cairo_hull_vertex_compare): Fix comparison so
+ that it results in a stable sort. This should fix some rendering
+ bugs due to broken pens.
+
* TODO: Add items on custom caps and getting access to hidden
image data
More information about the cairo-commit
mailing list