diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-14 20:38:26 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-14 20:40:56 +0100 |
commit | 4b39f02bf7e8b4921518db4a2d8564514cb323a9 (patch) | |
tree | c884febf305c11a743dac4e0ba7254a44ad8a9eb /test/Makefile.am | |
parent | 072a200ec502bf5ac3e62702e6f14ed18171b1e0 (diff) |
test: Add halo
halo uses text_path + stroke + (fill | show_text) to generate a "halo"
around the string. This is to try to replicate a bug described by Ian
Britten in the PDF backend where the rendering of the show_text looked
distorted compared to the stroke.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3142dd15..b73e666e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -684,6 +684,9 @@ REFERENCE_IMAGES = \ group-unaligned.svg.rgb24.xfail.png \ group-unaligned.xlib-fallback.ref.png \ group-unaligned.xlib.ref.png \ + halo.ref.png \ + halo.image16.ref.png \ + halo.xlib.ref.png \ huge-linear.image16.ref.png \ huge-linear.pdf.ref.png \ huge-linear.ps3.ref.png \ |