summaryrefslogtreecommitdiff
path: root/do_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'do_tests.c')
-rw-r--r--do_tests.c4
1 files changed, 2 insertions, 2 deletions
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,