diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-03-16 16:24:51 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-03-18 09:41:55 +0100 |
commit | db04ab8f6357a682fbf31b8d34592fde0def961b (patch) | |
tree | d4411cd873cf342acf84b71b60bfa58f5e16edc6 /test/Makefile.am | |
parent | 0ce4face45392cd4a44179062fb4a5715f18bb85 (diff) |
test: Add show-glyphs-advance
This new test (based on show-glyphs-many) checks that the glyphs
advances are respected along both axes.
9c0d761bfcdd28d52c83d74f46dd3c709ae0fa69 introduced a bug which
regresses this test in quartz.
Thanks to Jeff Muizelaar for the report!
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 8a62c136..a49ec629 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1197,6 +1197,11 @@ REFERENCE_IMAGES = \ self-intersecting.xlib.ref.png \ set-source.ref.png \ set-source.rgb24.ref.png \ + show-glyphs-advance.image16.ref.png \ + show-glyphs-advance.ps.ref.png \ + show-glyphs-advance.quartz.ref.png \ + show-glyphs-advance.ref.png \ + show-glyphs-advance.svg.ref.png \ show-glyphs-many.ref.png \ show-text-current-point.image16.ref.png \ show-text-current-point.ps2.ref.png \ |