summaryrefslogtreecommitdiff
path: root/test/linear-gradient-one-stop.c
Commit message (Collapse)AuthorAgeFilesLines
* test: exercise ps crash with single stop gradientsAndrea Canciani2010-06-101-1/+1
| | | | | PS crashes only when using the source operator, as it will otherwise fallback to rasterization of the gradients.
* test: add degenerate gradient and single stop testsAndrea Canciani2010-06-081-0/+90
Add tests for degeneratate linear gradients (with start point equal to the end point), degenerate radial gradients (start radius and end radius equal to zero, same start and end circle) and gradients (both linear and radial) with just a single stop.