test: Make huge-* test gradients not within pixed_fixed_t range

Cairo represents gradients coordinate with 24.8 fixed point precision,
but pixman uses 16.16 fixed point coordinates.

This shows that cairo is currently unable to handle gradients with
coordinates which are valid for cairo but not for pixman.
This commit is contained in:
Andrea Canciani 2010-12-16 22:39:09 +01:00
parent 51594d9787
commit 7b188f852e
3 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#include "cairo-test.h"
/* set this to 0.1 to make this test work */
#define FACTOR 1
#define FACTOR 10
/* XXX poppler-cairo doesn't handle gradients very well... */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -29,7 +29,7 @@
#include "cairo-test.h"
/* set this to 0.1 to make this test work */
#define FACTOR 1
#define FACTOR 10
/* XXX poppler-cairo doesn't handle gradients very well... */