summaryrefslogtreecommitdiff
path: root/examples/grayalph.ps
Commit message (Collapse)AuthorAgeFilesLines
* Fix page independence logic on the examples PostScript files.Ray Johnston2021-03-031-1/+2
| | | | | | | | | | | | Back in 2001, commit f78b0481 added save/restore around the examples files, but did not follow the recommendations from the PostScript Language Reference Manual about save/restore and page independence and Technical note #5001. The PLRM states (in section 3.7.3): "Each page has a save at the beginning and a restore at the end, immediately before the showpage operator." This fixes the files, and allows them to work properly with usage that expects correct page independence including -sNupControl=WxH and the use of setpagedevice BeginPage/EndPage actions.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+65
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.