diff options
author | joye <joye> | 2014-06-10 17:44:25 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-10 17:44:25 (GMT) |
commit | bbdf932bc3724c5a11cb4c415995e5385cb251ec (patch) | |
tree | 3056961f2c03a3dcdbd7b2e0f0c61c6c3254aae6 /src/bltGrPSOutput.C | |
parent | 1f83dd79c049b738a5ac3579134ab0a951a1594f (diff) | |
download | blt-bbdf932bc3724c5a11cb4c415995e5385cb251ec.zip blt-bbdf932bc3724c5a11cb4c415995e5385cb251ec.tar.gz blt-bbdf932bc3724c5a11cb4c415995e5385cb251ec.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r-- | src/bltGrPSOutput.C | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index 1833477..dbfed5e 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -815,10 +815,12 @@ void PostScript::prolog() "} def\n" "\n" "/DrawText {\n" +" gsave\n" +" /strings exch def\n" " translate\n" " neg rotate\n" " 0 0 moveto\n" -" {\n" +" strings {\n" " {\n" " gsave\n" " 1 -1 scale\n" @@ -826,6 +828,7 @@ void PostScript::prolog() " grestore\n" " } forall\n" " } forall\n" +" grestore\n" "} bind def \n" "\n" "/EndText {\n" |