summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r--src/bltGrPSOutput.C4
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"