mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 10:50:17 +01:00
test: Record the current status of radial-outer-focus as xfail
Debate rages as to the correct way to handle this. In some ways the current output is expected due to the numerical instability in handling the inner-focus-on-the-outer-circle. However, the result looks less than desirable so some solution (which may not be inside cairo per-se) is sought.
This commit is contained in:
parent
cea41a61c1
commit
fc011bfcb9
3 changed files with 4 additions and 0 deletions
|
|
@ -2015,6 +2015,7 @@ REFERENCE_IMAGES = \
|
|||
reference/radial-gradient.ref.png \
|
||||
reference/radial-gradient.traps.argb32.ref.png \
|
||||
reference/radial-gradient.traps.rgb24.ref.png \
|
||||
reference/radial-outer-focus.xfail.png \
|
||||
reference/random-clip.base.argb32.ref.png \
|
||||
reference/random-clip.base.rgb24.ref.png \
|
||||
reference/random-clip.ref.png \
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@ draw (cairo_t *cr, int width, int height)
|
|||
double angle;
|
||||
int i, j;
|
||||
|
||||
cairo_set_source_rgb (cr, 0, 0, 1);
|
||||
cairo_paint (cr);
|
||||
|
||||
angle = 0.0;
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
|
|
|
|||
BIN
test/reference/radial-outer-focus.xfail.png
Normal file
BIN
test/reference/radial-outer-focus.xfail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Loading…
Add table
Reference in a new issue