diff options
author | joye <joye> | 2014-06-10 17:37:32 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-10 17:37:32 (GMT) |
commit | 1f83dd79c049b738a5ac3579134ab0a951a1594f (patch) | |
tree | 6b5ac5f11bbcd9bdef66710edbe8ea6eb502e4cf /src/bltGrPSOutput.C | |
parent | 6a6a8a4a2a325244e3f2dbd46c8d4288812ceaa3 (diff) | |
download | blt-1f83dd79c049b738a5ac3579134ab0a951a1594f.zip blt-1f83dd79c049b738a5ac3579134ab0a951a1594f.tar.gz blt-1f83dd79c049b738a5ac3579134ab0a951a1594f.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r-- | src/bltGrPSOutput.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index 9337ec2..1833477 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -815,7 +815,9 @@ void PostScript::prolog() "} def\n" "\n" "/DrawText {\n" -" moveto\n" +" translate\n" +" neg rotate\n" +" 0 0 moveto\n" " {\n" " {\n" " gsave\n" |