diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-15 12:17:30 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-15 12:25:53 +0000 |
commit | f40560a9bb5b12d2584ed297bf4114baf2aa9cc1 (patch) | |
tree | 0e2a95ec07e6c89b00297a32b2f55210734dcfdd /test/Makefile.am | |
parent | e22c02dbaeda6941083fc89b517508dc0c4386a0 (diff) |
test: Add linear-uniform
Jeff reported a regression found by Mozilla whereby a uniform gradient
was not being premultiplied on conversion to a solid pattern.
https://bugzilla.mozilla.org/show_bug.cgi?id=539165
[Bug 539165] gradients with a single stop do not have their color
multiplied by the alpha.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ff81eeee..51fced55 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -605,6 +605,7 @@ REFERENCE_IMAGES = \ linear-gradient.quartz.ref.png \ linear-gradient.ref.png \ linear-gradient.xlib.ref.png \ + linear-uniform.ref.png \ long-dashed-lines.ps2.ref.png \ long-dashed-lines.ps3.ref.png \ long-dashed-lines.quartz.ref.png \ |