[gs-cvs] rev 8866 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Wed Jul 23 14:55:21 PDT 2008
Author: leonardo
Date: 2008-07-23 14:55:21 -0700 (Wed, 23 Jul 2008)
New Revision: 8866
Modified:
trunk/gs/src/gxclrast.c
Log:
Fix (graphics) : Write tile id into a pattern clist (continued).
DETAILS :
Bug 689818 "Regression: Test file imagemask-with-pattern.ps fails with banding and pbmraw ".
The last patch appears incomplete, now fifing it.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/src/gxclrast.c
===================================================================
--- trunk/gs/src/gxclrast.c 2008-07-22 21:03:07 UTC (rev 8865)
+++ trunk/gs/src/gxclrast.c 2008-07-23 21:55:21 UTC (rev 8866)
@@ -1047,6 +1047,7 @@
state_slot->y_reps;
state_tile.rep_shift = state_slot->rep_shift;
state_tile.shift = state_slot->shift;
+ state_tile.id = state_slot->id;
set_phase: /*
* state.tile_phase is overloaded according to the command
* to which it will apply:
More information about the gs-cvs
mailing list