diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-08-08 10:05:53 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-08-08 10:09:37 +0100 |
commit | 893b50a98068fa3912c90c8b70c423a3da72a91c (patch) | |
tree | 658e061078ab0a187d8a50689741f9973b2dc61c /test/Makefile.am | |
parent | 49fb0e834ecf31ac61735e2e35a1b486d5290db6 (diff) |
[test] Update reference image for leaky-dashed-rectangle.
Bah, it seems someone fixed the code and the error lay in discrepancies
with the antialiasing in the reference image.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5af7c0860..0148f4eb5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -461,7 +461,8 @@ REFERENCE_IMAGES = \ leaky-dash-ps-rgb24-ref.png \ leaky-dash-quartz-ref.png \ leaky-dash-ref.png \ - leaky-dashed-rectangle-ref.png \ + leaky-dashed-rectangle-ref.png \ + leaky-dashed-rectangle-ps-ref.png \ leaky-polygon-ref.png \ leaky-polygon-ps-ref.png \ linear-gradient-reflect-ref.png \ |