[gs-cvs] rev 7201 - trunk/gs/lib
ray at ghostscript.com
ray at ghostscript.com
Wed Nov 15 08:12:43 PST 2006
Author: ray
Date: 2006-11-15 08:12:42 -0800 (Wed, 15 Nov 2006)
New Revision: 7201
Modified:
trunk/gs/lib/gs_sepr.ps
Log:
Return real instead of int from tint transform as Adobe does. Fixes 09-02-2
Modified: trunk/gs/lib/gs_sepr.ps
===================================================================
--- trunk/gs/lib/gs_sepr.ps 2006-11-14 10:08:04 UTC (rev 7200)
+++ trunk/gs/lib/gs_sepr.ps 2006-11-15 16:12:42 UTC (rev 7201)
@@ -37,6 +37,7 @@
{
exch //bound_0_1 exec
mark exch 2 index 3 get exec
+ counttomark { cvr counttomark -1 roll } repeat % for CET, make all tints real.
counttomark 2 add -2 roll pop
}
bind def
More information about the gs-cvs
mailing list