From 7c02aa927345c3506e1910fb9241cdb1602e2eb7 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 27 Nov 2005 13:41:37 +0000 Subject: [PATCH] *** empty log message *** --- scm/output-ps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/output-ps.scm b/scm/output-ps.scm index 69841514e5..74e1d01b61 100644 --- a/scm/output-ps.scm +++ b/scm/output-ps.scm @@ -158,8 +158,8 @@ (if (and (= 0.0 x) (= 0.0 y)) -; (format #f " ~a~a glyphshow\n" prefix g) - (format #f " gsave ~a~a glyphshow grestore ~a 0 rmoveto \n" prefix g w) + (format #f " ~a~a glyphshow\n" prefix g) +;; (format #f " gsave ~a~a glyphshow grestore ~a 0 rmoveto \n" prefix g w) (format #f " ~a ~a rmoveto ~a~a glyphshow\n" x y prefix -- 2.39.5