[cairo-commit] test/caps-joins-alpha-ref.png test/fill-and-stroke-alpha-add-ref.png test/fill-and-stroke-alpha-ref.png test/linear-gradient-ref.png test/mask-ref.png test/mask-rgb24-ref.png test/operator-source-ref.png test/operator-source-rgb24-ref.png test/paint-source-alpha-pdf-argb32-ref.png test/paint-source-alpha-ref.png test/paint-with-alpha-ref.png test/push-group-ref.png test/push-group-rgb24-ref.png test/set-source.c test/set-source-ref.png test/trap-clip-ref.png

Carl Worth cworth at kemper.freedesktop.org
Mon Oct 23 12:47:08 PDT 2006


 test/caps-joins-alpha-ref.png              |binary
 test/fill-and-stroke-alpha-add-ref.png     |binary
 test/fill-and-stroke-alpha-ref.png         |binary
 test/linear-gradient-ref.png               |binary
 test/mask-ref.png                          |binary
 test/mask-rgb24-ref.png                    |binary
 test/operator-source-ref.png               |binary
 test/operator-source-rgb24-ref.png         |binary
 test/paint-source-alpha-pdf-argb32-ref.png |binary
 test/paint-source-alpha-ref.png            |binary
 test/paint-with-alpha-ref.png              |binary
 test/push-group-ref.png                    |binary
 test/push-group-rgb24-ref.png              |binary
 test/set-source-ref.png                    |binary
 test/set-source.c                          |    4 +---
 test/trap-clip-ref.png                     |binary
 16 files changed, 1 insertion(+), 3 deletions(-)

New commits:
diff-tree 670b3ce2432154cc0611a31c5b5e37c8a3ddf1f5 (from 9e4a48557ee42f13c427adfd7e097942ef315006)
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Oct 23 11:57:16 2006 -0700

    test: Update reference images due to previous change to _cairo_color_compute_shorts
    
    The previous change was in b62710d4f8602203d848daf2d444865b611fff09
    We just forgot to update the reference images at the time so there
    have been false failure results in the test suite until now.

diff --git a/test/caps-joins-alpha-ref.png b/test/caps-joins-alpha-ref.png
index 85cccf2..1d34c73 100644
Binary files a/test/caps-joins-alpha-ref.png and b/test/caps-joins-alpha-ref.png differ
diff --git a/test/fill-and-stroke-alpha-add-ref.png b/test/fill-and-stroke-alpha-add-ref.png
index d1da40a..412dd4f 100644
Binary files a/test/fill-and-stroke-alpha-add-ref.png and b/test/fill-and-stroke-alpha-add-ref.png differ
diff --git a/test/fill-and-stroke-alpha-ref.png b/test/fill-and-stroke-alpha-ref.png
index f1e8e23..fd4b81b 100644
Binary files a/test/fill-and-stroke-alpha-ref.png and b/test/fill-and-stroke-alpha-ref.png differ
diff --git a/test/linear-gradient-ref.png b/test/linear-gradient-ref.png
index 00626bb..cb8f908 100644
Binary files a/test/linear-gradient-ref.png and b/test/linear-gradient-ref.png differ
diff --git a/test/mask-ref.png b/test/mask-ref.png
index 7456d2b..b7cee99 100644
Binary files a/test/mask-ref.png and b/test/mask-ref.png differ
diff --git a/test/mask-rgb24-ref.png b/test/mask-rgb24-ref.png
index 4c7b0bd..5e60fee 100644
Binary files a/test/mask-rgb24-ref.png and b/test/mask-rgb24-ref.png differ
diff --git a/test/operator-source-ref.png b/test/operator-source-ref.png
index f0e6d30..9f1a626 100644
Binary files a/test/operator-source-ref.png and b/test/operator-source-ref.png differ
diff --git a/test/operator-source-rgb24-ref.png b/test/operator-source-rgb24-ref.png
index 3865871..41316ee 100644
Binary files a/test/operator-source-rgb24-ref.png and b/test/operator-source-rgb24-ref.png differ
diff --git a/test/paint-source-alpha-pdf-argb32-ref.png b/test/paint-source-alpha-pdf-argb32-ref.png
index 98004a3..d1c23e8 100644
Binary files a/test/paint-source-alpha-pdf-argb32-ref.png and b/test/paint-source-alpha-pdf-argb32-ref.png differ
diff --git a/test/paint-source-alpha-ref.png b/test/paint-source-alpha-ref.png
index 32a3eed..548bcd7 100644
Binary files a/test/paint-source-alpha-ref.png and b/test/paint-source-alpha-ref.png differ
diff --git a/test/paint-with-alpha-ref.png b/test/paint-with-alpha-ref.png
index 3e3942a..ab7ce3e 100644
Binary files a/test/paint-with-alpha-ref.png and b/test/paint-with-alpha-ref.png differ
diff --git a/test/push-group-ref.png b/test/push-group-ref.png
index f1dead1..4d38ac3 100644
Binary files a/test/push-group-ref.png and b/test/push-group-ref.png differ
diff --git a/test/push-group-rgb24-ref.png b/test/push-group-rgb24-ref.png
index d658851..18adc4b 100644
Binary files a/test/push-group-rgb24-ref.png and b/test/push-group-rgb24-ref.png differ
diff --git a/test/set-source-ref.png b/test/set-source-ref.png
index c5d5e92..19793e0 100644
Binary files a/test/set-source-ref.png and b/test/set-source-ref.png differ
diff --git a/test/set-source.c b/test/set-source.c
index 7737897..eca3f18 100644
--- a/test/set-source.c
+++ b/test/set-source.c
@@ -38,9 +38,7 @@ static cairo_test_status_t
 draw (cairo_t *cr, int width, int height)
 {
     int i;
-    /* This color value might need to change in the future when we fix
-     * the rounding in cairo-color.c */
-    uint32_t color = 0x7f19334C;
+    uint32_t color = 0x8019334c;
     cairo_surface_t *surface;
     cairo_pattern_t *pattern;
 
diff --git a/test/trap-clip-ref.png b/test/trap-clip-ref.png
index 6c1f1e3..3ce2431 100644
Binary files a/test/trap-clip-ref.png and b/test/trap-clip-ref.png differ


More information about the cairo-commit mailing list