Add a test for radial gradients
authorAndrea Canciani <ranma42@gmail.com>
Wed, 12 Jan 2011 16:43:40 +0000 (17:43 +0100)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 19 Jan 2011 12:17:03 +0000 (13:17 +0100)
commit2ac4ae1ae253f7c2efedab036a677dac2f9c9eed
tree6aeb2829d8ee1c1bdcf1eb20c960e48af857c8e6
parent7f4eabbeec92e55fd8f812c0e5d8568eacbb633d
Add a test for radial gradients

radial-test is a port of the radial-gradient test from the cairo test
suite. It has been modified so that some pixels have 0 in both the a
and b coefficients of the quadratic equation solved by the rasterizer,
to expose a division by zero in the original implementation.
test/Makefile.am
test/radial-test.c [new file with mode: 0644]