diff options
-rw-r--r-- | src/bltGrPSOutput.C | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index 11d31ef..9337ec2 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -816,7 +816,14 @@ void PostScript::prolog() "\n" "/DrawText {\n" " moveto\n" -" {{gsave 1 -1 scale show grestore} forall} forall\n" +" {\n" +" {\n" +" gsave\n" +" 1 -1 scale\n" +" show\n" +" grestore\n" +" } forall\n" +" } forall\n" "} bind def \n" "\n" "/EndText {\n" |