[gs-cvs] rev 8671 - tests/ps

alexcher at ghostscript.com alexcher at ghostscript.com
Mon Apr 28 10:50:02 PDT 2008


Author: alexcher
Date: 2008-04-28 10:50:02 -0700 (Mon, 28 Apr 2008)
New Revision: 8671

Added:
   tests/ps/bigpaths.ps
Log:
Add a sample file from the bug 689448 that exercises very large (1e14)
coordinate values. Prior to rev. 8670 Ghostscript clipped one of the
coordinates incorrectly.


Added: tests/ps/bigpaths.ps
===================================================================
--- tests/ps/bigpaths.ps	2008-04-28 17:48:26 UTC (rev 8670)
+++ tests/ps/bigpaths.ps	2008-04-28 17:50:02 UTC (rev 8671)
@@ -0,0 +1,30 @@
+%!PS-Adobe-3.0
+%%Title: MTI XPS->PS
+%%Creator: MTI XPS->PS
+%%CreationDate: Today
+%%Pages: (atend)
+%%PageOrder: Ascend
+%%LanguageLevel: 3
+%%DocumentData: Clean7Bit
+%%EndComments
+
+[0.75 0 0 -0.75 0 420.720031] concat
+[1 0 0 1 -50 100] concat
+
+0 0 moveto 776 0 lineto 776 313 lineto 0 313 lineto
+eoclip newpath
+
+230 0 moveto 545 0 lineto 545 313 lineto 230 313 lineto
+closepath 0 0 0 setrgbcolor stroke
+
+4 setlinewidth
+
+-1e+014 -1e+014 moveto 388 156 lineto 1 0 0 setrgbcolor stroke
+1e+014 1e+014 moveto 388 156 lineto 0 1 0 setrgbcolor stroke
+-1e+014 1e+014 moveto 388 156 lineto 1 1 0 setrgbcolor stroke
+1e+014 -1e+014 moveto 388 156 lineto 0 1 1 setrgbcolor stroke
+
+showpage
+%%Trailer
+%%Pages: 1
+%%EOF


Property changes on: tests/ps/bigpaths.ps
___________________________________________________________________
Name: svn:executable
   + *



More information about the gs-cvs mailing list