[gs-cvs] rev 7551 - trunk/gs/doc

leonardo at ghostscript.com leonardo at ghostscript.com
Tue Jan 2 07:02:59 PST 2007


Author: leonardo
Date: 2007-01-02 07:02:58 -0800 (Tue, 02 Jan 2007)
New Revision: 7551

Modified:
   trunk/gs/doc/pscet_status.txt
Log:
pscet_status.txt : Updating status for 18-02G-1.


Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt	2007-01-02 14:22:21 UTC (rev 7550)
+++ trunk/gs/doc/pscet_status.txt	2007-01-02 15:02:58 UTC (rev 7551)
@@ -3704,7 +3704,23 @@
 18-02G-1  DIFF	strokepath different - assign: Ray.
 		-
                 pattern differs in 4th column of stars in the last box.
-                assign: Igor.
+                Analyzed by Igor.
+                This is a general pattern implementation problem.
+                The test defines a pattern with TESTPROC,
+                and then pallyes this pattern for creating another pattern 
+                Inf71ColorPattern. Doing the 2nd step, Ghostscript 
+                instantiates the 1st pattern in the 2nd pattern's space.
+                Contrary to that, CPSI instantiates the 1st pattern
+                in the device space when instantiating the 1st pattern.
+                Thus the overall pattern period with CPSI is a multiple
+                of periods of the 1st and the 2nd patterns.
+                This problem may be fixed for Ghostscript
+                with implementing high level patterns for
+                clist and raster devices.
+                It would be a significant development,
+                which we currently have no time for.
+                Passing to Ray for schedulling.
+                assign: Ray.
 
 18-02G-2  OK	Fixed by r7123.
 



More information about the gs-cvs mailing list