[cairo-commit] test/caps-joins-ps-ref.png test/close-path-ps-ref.png test/infinite-join-ps-ref.png test/leaky-polygon-ps-ref.png test/Makefile.am test/rectilinear-miter-limit-ps-ref.png test/self-copy-ps-ref.png test/skew-extreme-ps-ref.png test/text-rotate-ps-ref.png test/transforms-ps-ref.png

Carl Worth cworth at kemper.freedesktop.org
Wed Feb 27 11:25:24 PST 2008


 test/Makefile.am                        |    8 ++++++++
 test/caps-joins-ps-ref.png              |binary
 test/close-path-ps-ref.png              |binary
 test/infinite-join-ps-ref.png           |binary
 test/leaky-polygon-ps-ref.png           |binary
 test/rectilinear-miter-limit-ps-ref.png |binary
 test/self-copy-ps-ref.png               |binary
 test/skew-extreme-ps-ref.png            |binary
 test/text-rotate-ps-ref.png             |binary
 test/transforms-ps-ref.png              |binary
 10 files changed, 8 insertions(+)

New commits:
commit 676c869d794f824b6e624d0b9b5c960870102406
Author: Carl Worth <cworth at cworth.org>
Date:   Wed Feb 27 11:24:59 2008 -0800

    Add some new ps-specific reference images
    
    These are necessary now due to the recent change to use pdiff
    only when the differences are less than a particular threshold.

diff --git a/test/Makefile.am b/test/Makefile.am
index 96692af..5fad9c0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -251,6 +251,7 @@ REFERENCE_IMAGES = \
 	caps-joins-alpha-ref.png	\
 	caps-joins-alpha-svg-ref.png	\
 	caps-joins-ref.png	\
+	caps-joins-ps-ref.png	\
 	caps-sub-paths-ref.png	\
 	clip-all-ref.png	\
 	clip-empty-ref.png	\
@@ -281,6 +282,7 @@ REFERENCE_IMAGES = \
 	clip-twice-ref.png	\
 	clip-twice-rgb24-ref.png	\
 	close-path-ref.png	\
+	close-path-ps-ref.png	\
 	composite-integer-translate-over-ref.png	\
 	composite-integer-translate-over-repeat-ref.png	\
 	composite-integer-translate-source-ref.png	\
@@ -374,10 +376,12 @@ REFERENCE_IMAGES = \
 	gradient-zero-stops-rgb24-ref.png	\
 	image-surface-source-ref.png \
 	infinite-join-ref.png	\
+	infinite-join-ps-ref.png	\
 	leaky-dash-ps-argb32-ref.png	\
 	leaky-dash-ps-rgb24-ref.png	\
 	leaky-dash-ref.png	\
 	leaky-polygon-ref.png	\
+	leaky-polygon-ps-ref.png	\
 	linear-gradient-reflect-ref.png	\
 	linear-gradient-reflect-pdf-argb32-ref.png	\
 	linear-gradient-reflect-pdf-rgb24-ref.png	\
@@ -472,6 +476,7 @@ REFERENCE_IMAGES = \
 	rgb24-ignore-alpha-ref.png \
 	rectangle-rounding-error-ref.png	\
 	rectilinear-miter-limit-ref.png		\
+	rectilinear-miter-limit-ps-ref.png	\
 	rectilinear-stroke-ref.png	\
 	reflected-stroke-ref.png	\
 	rel-path-quartz-ref.png	\
@@ -494,6 +499,7 @@ REFERENCE_IMAGES = \
 	select-font-face-ref.png	\
 	select-font-face-ps-ref.png \
 	self-copy-ref.png	\
+	self-copy-ps-ref.png	\
 	self-intersecting-ref.png	\
 	self-intersecting-rgb24-ref.png	\
 	set-source-ref.png	\
@@ -503,6 +509,7 @@ REFERENCE_IMAGES = \
 	show-text-current-point-ref.png	\
 	show-text-current-point-ps-ref.png \
 	skew-extreme-ref.png \
+	skew-extreme-ps-ref.png \
 	source-clip-ref.png	\
 	source-clip-scale-quartz-ref.png	\
 	source-clip-scale-ps-argb32-ref.png	\
@@ -541,6 +548,7 @@ REFERENCE_IMAGES = \
 	text-rotate-svg-ref.png	\
 	text-zero-len-ref.png	\
 	transforms-ref.png	\
+	transforms-ps-ref.png	\
 	translate-show-surface-ref.png	\
 	trap-clip-quartz-ref.png	\
 	trap-clip-quartz-rgb24-ref.png	\
diff --git a/test/caps-joins-ps-ref.png b/test/caps-joins-ps-ref.png
new file mode 100644
index 0000000..1d473ac
Binary files /dev/null and b/test/caps-joins-ps-ref.png differ
diff --git a/test/close-path-ps-ref.png b/test/close-path-ps-ref.png
new file mode 100644
index 0000000..e43821c
Binary files /dev/null and b/test/close-path-ps-ref.png differ
diff --git a/test/infinite-join-ps-ref.png b/test/infinite-join-ps-ref.png
new file mode 100644
index 0000000..6fba8f4
Binary files /dev/null and b/test/infinite-join-ps-ref.png differ
diff --git a/test/leaky-polygon-ps-ref.png b/test/leaky-polygon-ps-ref.png
new file mode 100644
index 0000000..5e8808c
Binary files /dev/null and b/test/leaky-polygon-ps-ref.png differ
diff --git a/test/rectilinear-miter-limit-ps-ref.png b/test/rectilinear-miter-limit-ps-ref.png
new file mode 100644
index 0000000..8213060
Binary files /dev/null and b/test/rectilinear-miter-limit-ps-ref.png differ
diff --git a/test/self-copy-ps-ref.png b/test/self-copy-ps-ref.png
new file mode 100644
index 0000000..5c9dd57
Binary files /dev/null and b/test/self-copy-ps-ref.png differ
diff --git a/test/skew-extreme-ps-ref.png b/test/skew-extreme-ps-ref.png
new file mode 100644
index 0000000..69f1d37
Binary files /dev/null and b/test/skew-extreme-ps-ref.png differ
diff --git a/test/text-rotate-ps-ref.png b/test/text-rotate-ps-ref.png
new file mode 100644
index 0000000..f431ffa
Binary files /dev/null and b/test/text-rotate-ps-ref.png differ
diff --git a/test/transforms-ps-ref.png b/test/transforms-ps-ref.png
new file mode 100644
index 0000000..6d195aa
Binary files /dev/null and b/test/transforms-ps-ref.png differ


More information about the cairo-commit mailing list