From 3b3197a86ad6f0b7de7f8fd047b847a0e5641815 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 4 Sep 2010 12:49:35 +0000 Subject: Simpler PostScript output of Fl_Bitmap objects git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7696 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PostScript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_PostScript.cxx') 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" -- cgit v1.2.3