Summary: | current HEAD gs fails to display this file on X11 | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | keinbiervorvier <keinbiervorvier> |
Component: | X Display Driver | Assignee: | Jack Moffitt <jack> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | http://lanl.arxiv.org/ftp/exports/jb.ps | ||
Customer: | Word Size: | --- | |
Attachments: |
patch
Example PS file for gxccman error message |
Description
keinbiervorvier
2003-10-30 16:07:04 UTC
Created attachment 350 [details]
patch
Initialize cc->pair field for the exterbal fonts, forgotten
during the switch to new TrueType interpreter (NEW_TT_INTERPRETER).
The patch is committed to HEAD branch. Created attachment 462 [details]
Example PS file for gxccman error message
With gs 8.13 (Solaris 7 SPARC), this bug still occurs with x11alpha for many
PS files, although no more with the example jb.ps. The same happens with
-sDEVICE=bit -dTextAlphaBits=4 -dGraphicsAlphaBits=4, and thus, also with
ps2epsi.
(The patch 003993 by Ray Johnston (Mon Jan 12 18:06:14 PST 2004) for gsdevmem.c
and gsdevmem.c has been applied.)
Assertion failed: cc->pair == pair, file ./src/gxccman.c, line 574
Example file "feuercall.ps" (made with xfig) is attached.
In gs 8.14, the bug appears to be absent, for both x11 and bit devices. I reported this problem in November 2003 current CVS HEAD (February 27, 2004) does not exhibit this problem. Thanks T. Assertion related to TT fonts was fixed by the attached patch. Assertion related to alpha rendering is a duplicate of the bug 687241 , and it is also fixed now. |