mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
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:
parent
51594d9787
commit
7b188f852e
3 changed files with 2 additions and 2 deletions
|
|
@ -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 |
|
|
@ -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... */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue