summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-04-07 14:17:40 -0700
committerCarl Worth <cworth@cworth.org>2008-04-07 15:56:26 -0700
commit8aa306ec08dcf0ae8803cdb1bda0fb31658f9e83 (patch)
treee194238bada12b46de953a390232657a53250738
parent3d86023281d7d18ad72be85ad8b53c29f20dfc7e (diff)
downloadcairo-8aa306ec08dcf0ae8803cdb1bda0fb31658f9e83.tar.gz
Add svg-specific reference images for smask-fill, smask-paint, and smask-text tests
-rw-r--r--test/Makefile.am3
-rw-r--r--test/smask-fill-svg-ref.pngbin0 -> 1166 bytes
-rw-r--r--test/smask-paint-svg-ref.pngbin0 -> 2612 bytes
-rw-r--r--test/smask-text-svg-ref.pngbin0 -> 1886 bytes
4 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 83cb0cfbb..0ccaef47d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -595,17 +595,20 @@ REFERENCE_IMAGES = \
smask-ps-ref.png \
smask-fill-ref.png \
smask-fill-pdf-ref.png \
+ smask-fill-svg-ref.png \
smask-image-mask-ref.png \
smask-image-mask-pdf-ref.png \
smask-mask-ref.png \
smask-mask-pdf-ref.png \
smask-paint-ref.png \
smask-paint-pdf-ref.png \
+ smask-paint-svg-ref.png \
smask-stroke-ref.png \
smask-stroke-pdf-ref.png \
smask-text-ref.png \
smask-text-pdf-ref.png \
smask-text-ps-ref.png \
+ smask-text-svg-ref.png \
stroke-image-ref.png \
stroke-image-pdf-ref.png \
stroke-image-ps-ref.png \
diff --git a/test/smask-fill-svg-ref.png b/test/smask-fill-svg-ref.png
new file mode 100644
index 000000000..06ab12a65
--- /dev/null
+++ b/test/smask-fill-svg-ref.png
Binary files differ
diff --git a/test/smask-paint-svg-ref.png b/test/smask-paint-svg-ref.png
new file mode 100644
index 000000000..09c01deb6
--- /dev/null
+++ b/test/smask-paint-svg-ref.png
Binary files differ
diff --git a/test/smask-text-svg-ref.png b/test/smask-text-svg-ref.png
new file mode 100644
index 000000000..2665370c4
--- /dev/null
+++ b/test/smask-text-svg-ref.png
Binary files differ