diff options
| author | Manolo Gouy <Manolo> | 2010-09-04 12:49:35 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-09-04 12:49:35 +0000 |
| commit | 3b3197a86ad6f0b7de7f8fd047b847a0e5641815 (patch) | |
| tree | 0cb9bc176e5e757e48d5511ab16b63c7eff57259 /src/Fl_PostScript.cxx | |
| parent | 0dc7b5edc58def3839f05e8692f060aa47b18e2c (diff) | |
Simpler PostScript output of Fl_Bitmap objects
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7696 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 7653f8504..cc088555d 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -270,7 +270,7 @@ static const char * prolog = "/MI { GS /py exch def /px exch def /sy exch def /sx exch def \n" "translate \n" -"sx sy scale px py false \n" +"sx sy scale px py true \n" "[ px 0 0 py neg 0 py ]\n" "currentfile /ASCIIHexDecode filter\n" "imagemask GR\n" |
