From 30c0e07a96f78222316d14efbdc66a9b3ac3e60d Mon Sep 17 00:00:00 2001 From: hanwen 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