mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 00:00:11 +01:00
Remove miter-precision from XFAIL
The miter-precision PS output prints correctly on my LaserJet 4050. So file a Ghostscript bug, supply PS ref images and remove from XFAIL.
This commit is contained in:
parent
5b97ee6525
commit
c0535e8e33
5 changed files with 6 additions and 2 deletions
|
|
@ -909,7 +909,6 @@ extend-pad$(EXEEXT) \
|
|||
filter-nearest-offset$(EXEEXT) \
|
||||
filter-bilinear-extents$(EXEEXT) \
|
||||
long-lines$(EXEEXT) \
|
||||
miter-precision$(EXEEXT) \
|
||||
operator$(EXEEXT) \
|
||||
operator-alpha$(EXEEXT) \
|
||||
self-copy-overlap$(EXEEXT) \
|
||||
|
|
|
|||
|
|
@ -261,3 +261,8 @@ Incorrect clipping of group object (regression?)
|
|||
https://bugs.freedesktop.org/show_bug.cgi?id=14580
|
||||
--------------------------------------------------
|
||||
push-group
|
||||
|
||||
Ghostscript does not correctly render small miters
|
||||
http://bugs.ghostscript.com/show_bug.cgi?id=690098
|
||||
--------------------------------------------------
|
||||
miter-precision
|
||||
|
|
|
|||
BIN
test/miter-precision-ps2-ref.png
Normal file
BIN
test/miter-precision-ps2-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 865 B |
BIN
test/miter-precision-ps3-ref.png
Normal file
BIN
test/miter-precision-ps3-ref.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 865 B |
|
|
@ -38,7 +38,7 @@ static cairo_test_draw_function_t draw;
|
|||
static const cairo_test_t test = {
|
||||
"miter-precision",
|
||||
"test how cairo deals with small miters"
|
||||
"\nPS backend currently fails for unknown reason (cairo? GS?).",
|
||||
"\nPS backend currently fails due to GS bug.",
|
||||
120, 100,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue