From 55769bf5193338be8850198659ff066b09c7c695 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 10 Jul 2002 01:42:30 +0000 Subject: - Implemented pattern stuff --- plpprint/plpprintd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plpprint/plpprintd.cc') diff --git a/plpprint/plpprintd.cc b/plpprint/plpprintd.cc index b15a51a..caef82d 100644 --- a/plpprint/plpprintd.cc +++ b/plpprint/plpprintd.cc @@ -335,7 +335,7 @@ convertPage(FILE *f, int page, bool last, bufferStore buf) "%%EndProlog\n" "%%BeginSetup\n" "currentpagedevice /PageSize get 1 get /top exch def\n" - "1 1 TH 32 DM RC 1 PS\n" + "ip 1 1 TH 32 DM RC 1 PS\n" "%%EndSetup\n", f); minx = miny = 9999; maxx = maxy = 0; -- cgit v1.2.3