summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-27 18:54:03 +0000
committerOwen Taylor <otaylor@redhat.com>2005-08-27 18:54:03 +0000
commit96342fe7beee1d0c2084cb6e0f44969d5b05b100 (patch)
tree34fb8d2f5451cf6301f5823e3376cd25731636e9 /ChangeLog
parent30e3d538dfbd763872117760ec473481e2c5926d (diff)
Make the check for rectangular trapezoids simpler and more accurate. (#4220, found using test case from Richard Stellingwerff)
reviewed by: cworth
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac429fa0f..36484cca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-08-27 Owen Taylor <otaylor@redhat.com>
+ reviewed by: cworth
+
+ * src/cairo-traps.c (_cairo_traps_extract_region): Make the
+ check for rectangular trapezoids simpler and more accurate.
+ (#4220, found using test case from Richard Stellingwerff)
+
+2005-08-27 Owen Taylor <otaylor@redhat.com>
+
* src/cairo-xlib-surface.c (_cairo_xlib_surface_create_internal):
Make the vendor string check for XFree86 more liberal, to deal
with older versions of gentoo that modified it in a different