summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-06-10 17:06:09 (GMT)
committerjoye <joye>2014-06-10 17:06:09 (GMT)
commit6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3 (patch)
tree1158aeca1e60300aa7df77a41c57aa31e780c0c4 /src
parenta48e2b03754fd071be70ac3a5eafdab2719c44d6 (diff)
downloadblt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.zip
blt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.tar.gz
blt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGrPSOutput.C9
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"