[cairo-commit] test/Makefile.am test/radial-gradient-pdf-ref.png test/README

Carl Worth cworth at kemper.freedesktop.org
Wed Feb 20 17:36:08 PST 2008


 test/Makefile.am                 |    1 +
 test/README                      |    1 +
 test/radial-gradient-pdf-ref.png |binary
 3 files changed, 2 insertions(+)

New commits:
commit dcab5019d5d9cb70aed0f473642ee840b785c4af
Author: Carl Worth <cworth at cworth.org>
Date:   Wed Feb 20 17:35:48 2008 -0800

    Add poppler-specific reference image for radial-gradient
    
    This is justified by the previously mentioned bug on poppler
    gradients. Note that this test only passes with a patch
    to fix a bug in poppler (not yet upstream). Here it is:
    
    	PATCH: Keep 'cairo_shape' and 'cairo' consistent
    	https://bugs.freedesktop.org/show_bug.cgi?id=14593

diff --git a/test/Makefile.am b/test/Makefile.am
index 6e9c8fb..3d4599e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -462,6 +462,7 @@ REFERENCE_IMAGES = \
 	push-group-rgb24-ref.png	\
 	push-group-svg-argb32-ref.png	\
 	radial-gradient-ref.png	\
+	radial-gradient-pdf-ref.png \
 	radial-gradient-svg-ref.png	\
 	random-intersections-ref.png	\
 	random-intersections-ps-ref.png \
diff --git a/test/README b/test/README
index 341a795..e21ba72 100644
--- a/test/README
+++ b/test/README
@@ -214,6 +214,7 @@ linear-gradient
 trap-clip
 linear-gradient
 linear-gradient-reflect
+radial-gradient
 
 Poppler renders patterned text as black
 https://bugs.freedesktop.org/show_bug.cgi?id=14577
diff --git a/test/radial-gradient-pdf-ref.png b/test/radial-gradient-pdf-ref.png
new file mode 100644
index 0000000..18368c1
Binary files /dev/null and b/test/radial-gradient-pdf-ref.png differ


More information about the cairo-commit mailing list