[gs-bugs] [Bug 691458] Odd dependency of currentpagedevice on letter / a4 etc
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Thu Jul 15 13:41:12 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691458
--- Comment #1 from Alex Cherepanov <alex.cherepanov at artifex.com> 2010-07-15 13:41:10 UTC ---
See the comment in gs_statd.pd :
% Note: these executable arrays should all begin with two
% integers which are the width and height (see gs_setpd.ps).
/11x17 {792 1224 //.setpagesize exec} bind def % 11x17 portrait
/a3 {842 1191 //.setpagesize exec} bind def
/a4 {595 842 //.setpagesize exec} bind def
The fact that this restriction survives past the start-up time
is a bug.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list