diff options
author | Carl Worth <cworth@cworth.org> | 2008-03-31 16:50:24 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-01 14:11:08 -0700 |
commit | d09b0394d59b50ffd3ea8e58f9f57ea4717de754 (patch) | |
tree | 924f7bd0f61e7a27b2a16f93722d2a44994914e6 | |
parent | 56800e6ea0f7153e44f0cba14c89c4239067a60e (diff) |
Add some reference images that were missing from the distribution list
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b1498bf22..c23a097f4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -282,7 +282,9 @@ REFERENCE_IMAGES = \ clip-nesting-rgb24-ref.png \ clip-operator-ref.png \ clip-operator-pdf-argb32-ref.png \ + clip-operator-pdf-rgb24-ref.png \ clip-operator-ps-argb32-ref.png \ + clip-operator-ps-rgb24-ref.png \ clip-operator-rgb24-ref.png \ clip-operator-quartz-ref.png \ clip-operator-quartz-rgb24-ref.png \ @@ -384,6 +386,7 @@ REFERENCE_IMAGES = \ ft-show-glyphs-positioning-ref.png \ ft-show-glyphs-positioning-pdf-ref.png \ ft-show-glyphs-positioning-ps-ref.png \ + ft-show-glyphs-positioning-svg-ref.png \ ft-text-vertical-layout-type1-ps-ref.png \ ft-text-vertical-layout-type1-ref.png \ ft-text-vertical-layout-type1-svg-ref.png \ @@ -475,6 +478,8 @@ REFERENCE_IMAGES = \ operator-clear-pdf-argb32-ref.png \ operator-clear-pdf-rgb24-ref.png \ operator-clear-ps-argb32-ref.png \ + operator-source-pdf-argb32-ref.png \ + operator-source-pdf-rgb24-ref.png \ operator-source-ps-argb32-ref.png \ operator-source-ps-rgb24-ref.png \ operator-source-ref.png \ @@ -570,6 +575,8 @@ REFERENCE_IMAGES = \ skew-extreme-ref.png \ skew-extreme-ps-ref.png \ stroke-image-ref.png \ + stroke-image-pdf-ref.png \ + stroke-image-ps-ref.png \ stroke-image-quartz-ref.png \ source-clip-ref.png \ source-clip-scale-quartz-ref.png \ @@ -616,6 +623,9 @@ REFERENCE_IMAGES = \ text-rotate-ps-ref.png \ text-rotate-svg-ref.png \ text-rotate-quartz-ref.png \ + text-transform-ref.png \ + text-transform-pdf-ref.png \ + text-transform-ps-ref.png \ transforms-ref.png \ transforms-ps-ref.png \ translate-show-surface-ref.png \ |