mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 21:08:10 +02:00
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:
parent
98189d860e
commit
635fed7767
4 changed files with 0 additions and 13 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
BIN
test/clip-operator-pdf-argb32-ref.png
Normal file
BIN
test/clip-operator-pdf-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
BIN
test/operator-clear-pdf-argb32-ref.png
Normal file
BIN
test/operator-clear-pdf-argb32-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
test/operator-clear-pdf-rgb24-ref.png
Normal file
BIN
test/operator-clear-pdf-rgb24-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue