diff options
author | Carl Worth <cworth@cworth.org> | 2008-01-30 05:16:26 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-01-30 05:16:26 -0800 |
commit | 4ccb8cb29546432858e778e1b88cada1327f6f45 (patch) | |
tree | 0b937ec08bd8734627823e529dfbfb98d8053679 | |
parent | b31a7a904f8413c34970beabce6fecf6e1fdc925 (diff) |
Add some more reference images to REFERENCE_IMAGES1.5.8
-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 ab5258689..220ec73dd 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -331,6 +331,7 @@ REFERENCE_IMAGES = \ fill-rule-quartz-rgb24-ref.png \ fill-rule-ref.png \ fill-rule-rgb24-ref.png \ + fill-rule-ps-rgb24-ref.png \ filter-nearest-offset-ref.png \ font-matrix-translation-ps-argb32-ref.png \ font-matrix-translation-ps-rgb24-ref.png \ @@ -381,6 +382,8 @@ REFERENCE_IMAGES = \ mask-svg-argb32-ref.png \ meta-surface-pattern-ref.png \ meta-surface-pattern-rgb24-ref.png \ + meta-surface-pattern-pdf-ref.png \ + meta-surface-pattern-pdf-rgb24-ref.png \ miter-precision-ref.png \ move-to-show-surface-ref.png \ new-sub-path-ps-argb32-ref.png \ |