[cairo-bugs] [Bug 15348] printing some PDFs from evince is crashing our Xerox printer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 11 03:51:20 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=15348





--- Comment #12 from Chris Jones <cmsj at tenshu.net>  2008-04-11 03:51:17 PST ---
Adrian sent a patched version of the postscript to the Launchpad bug which does
not crash the printer and also prints properly:

--- xerox-killer-hardy.ps       2008-04-10 13:37:52.000000000 +0100
+++ xerox-killer-hardy-patched.ps       2008-04-11 11:40:50.000000000 +0100
@@ -44,7 +44,7 @@
   } forall
 } bind def
 /Td { moveto } bind def
-/Tm { 6 array astore cairo_font exch selectfont 0 0 moveto } bind def
+/Tm { 6 2 roll 0 0 6 array astore cairo_font exch selectfont moveto } bind def
 /g { setgray } bind def
 /rg { setrgbcolor } bind def
 %%EndProlog


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list