[cairo-bugs] [Bug 15445] cairo generated postscript blocks Dell 5100cn

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 11 02:30:37 PDT 2008


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





--- Comment #3 from Adrian Johnson <ajohnson at redneon.com>  2008-04-11 02:30:35 PST ---
Here's an alternative definition of the "Tm" operator the makes it more like
the PostScript that was used before the switch to PDF operators.

In the prolog section at the beginning of the file, replace the old Tm
definition

/Tm { 6 array astore cairo_font exch selectfont 0 0 moveto } bind def

with this

/Tm { 6 2 roll 0 0 6 array astore cairo_font exch selectfont moveto } bind def


-- 
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