From 587dff8a7191e7e2e4c6778b58af5dc16e39bf3f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 3 Feb 2005 06:19:51 +0000 Subject: [PATCH] Commit old change to ChangeLog that got missed before: test/imagediff.c Add new testsvg script and accompanying imagediff program, (for interim SVG-based test suites while we wait for the standard cairo test suite to mature). Split buffer_diff out into its own file for the purpose of imagediff. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44e1880e8..7f18ae37c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -366,6 +366,15 @@ 2005-01-25 Carl Worth + * test/imagediff.c + * test/testsvg: Add new testsvg script and accompanying imagediff + program, (for interim SVG-based test suites while we wait for the + standard cairo test suite to mature). + + * test/buffer_diff.c: + * test/cairo_test.c: Split buffer_diff out into its own file for + the purpose of imagediff. + * src/cairo_ft_font.c (_cairo_ft_font_show_glyphs): Fixed rounding of glyph positioning.