From bd0f1e637f960962203cb5bb7cf0c5ce58cb2cec Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 25 Mar 2014 16:59:02 -0700 Subject: Ensure that 100x100 rectangle outlines do not overlap Signed-off-by: Keith Packard Part-of: --- do_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'do_tests.c') diff --git a/do_tests.c b/do_tests.c index 35b7aad..b9bdec1 100644 --- a/do_tests.c +++ b/do_tests.c @@ -381,7 +381,7 @@ Test test[] = { {"-orect100", "100x100 rectangle outline", NULL, InitRectangles, DoOutlineRectangles, NullProc, EndRectangles, V1_3FEATURE, ROP, 0, - {36, 100, NULL, "0", FillSolid}}, + {25, 100, NULL, "0", FillSolid}}, {"-orect500", "500x500 rectangle outline", NULL, InitRectangles, DoOutlineRectangles, NullProc, EndRectangles, V1_3FEATURE, ROP, 0, @@ -393,7 +393,7 @@ Test test[] = { {"-worect100", "100x100 wide rectangle outline", NULL, InitRectangles, DoOutlineRectangles, NullProc, EndRectangles, V1_3FEATURE, ROP, 0, - {36, 100, NULL, "10", FillSolid}}, + {25, 100, NULL, "10", FillSolid}}, {"-worect500", "500x500 wide rectangle outline", NULL, InitRectangles, DoOutlineRectangles, NullProc, EndRectangles, V1_3FEATURE, ROP, 0, -- cgit v1.2.3