diff options
author | joye <joye> | 2014-06-10 17:06:09 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-10 17:06:09 (GMT) |
commit | 6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3 (patch) | |
tree | 1158aeca1e60300aa7df77a41c57aa31e780c0c4 | |
parent | a48e2b03754fd071be70ac3a5eafdab2719c44d6 (diff) | |
download | blt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.zip blt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.tar.gz blt-6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3.tar.bz2 |
*** empty log message ***
-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" |