Re-enable some pdf tests now that poppler has knockout support

We had several pdf tests disabled waiting for this bug fix:

	Poppler does not correctly handle knockout groups
	https://bugs.freedesktop.org/show_bug.cgi?id=12185

That's in place for poppler now, so we're turning the tests
back on. Some of the affected tests now pass perfectly:

	over-above-source
	over-around-source
	over-below-source
	over-between-source

Some just needed new reference images:

	operator-clear
	clip-operator-pdf-argb32

The remaining tests still fail, but none of the failures can
obviously be ascribed to just poppler problems:

	clip-operator-pdf-rgb24
	operator-source
	unbounded-operator

The first two have some serious problems, while in the case
of unbounded-operator the problem is extremely minor (a white
grid appears in the background where the reference image is
all black).
This commit is contained in:
Carl Worth 2008-02-20 02:24:28 -08:00
parent 98189d860e
commit 635fed7767
4 changed files with 0 additions and 13 deletions

View file

@ -77,19 +77,6 @@ static const char *pdf_ignored_tests[] = {
"radial-gradient",
"text-pattern",
"trap-clip",
/* These next 7 failures are due to:
*
* Poppler does not correctly handle knockout groups
* https://bugs.freedesktop.org/show_bug.cgi?id=12185
*/
"clip-operator",
"operator-clear",
"operator-source",
"over-above-source",
"over-around-source",
"over-below-source",
"over-between-source",
"unbounded-operator"
};
cairo_surface_t *

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB