diff --git a/test/Makefile.am b/test/Makefile.am index 77e8237e9..fc0c59c37 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -838,7 +838,9 @@ REFERENCE_IMAGES = \ rotated-clip.ref.png \ rotated-clip.ps.ref.png \ rotated-clip.xlib.ref.png \ + rounded-rectangle-fill.ref.png \ rounded-rectangle-fill.xlib.ref.png \ + rounded-rectangle-stroke.ref.png \ rounded-rectangle-stroke.xlib.ref.png \ scale-down-source-surface-paint.ref.png \ scale-offset-image.gl.ref.png \ diff --git a/test/rounded-rectangle-fill.ref.png b/test/rounded-rectangle-fill.ref.png new file mode 100644 index 000000000..3232c078f Binary files /dev/null and b/test/rounded-rectangle-fill.ref.png differ diff --git a/test/rounded-rectangle-stroke.ref.png b/test/rounded-rectangle-stroke.ref.png new file mode 100644 index 000000000..0e8bb252a Binary files /dev/null and b/test/rounded-rectangle-stroke.ref.png differ