Summary: | Regression: Error: /undefinedresource in --showpage-- with Bug689189.pdf at 100 DPI | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Marcos H. Woehrmann <marcos.woehrmann> |
Component: | PDF Interpreter | Assignee: | leonardo <leonardo> |
Status: | NOTIFIED WORKSFORME | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 8.56 | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- |
Description
Marcos H. Woehrmann
2007-07-12 11:14:26 UTC
The last version that processed the file correctely at 100 DPI was r7165. Here are the r7156 changes: src/gsfunc3.c 14c14 < /* $Id: gsfunc3.c 6698 2006-04-02 00:17:36Z ray $ */ --- > /* $Id: gsfunc3.c 7166 2006-11-06 18:58:56Z leonardo $ */ 365,366c365,368 < if (vv0 < b1 && vv1 > b1) < return 0; /* Consider stitches as monotonity beraks. */ --- > if (vv0 < b1 && vv1 > b1) { > *mask = 1; > return 0; /* Consider stitches as monotonity breaks. */ > } src/gxshade6.c 14c14 < /* $Id: gxshade6.c 6651 2006-03-13 16:18:19Z stefan $ */ --- > /* $Id: gxshade6.c 7166 2006-11-06 18:58:56Z leonardo $ */ 2240,2241d2239 < *not_monotonic_by_v = true; < if (code & 2) 2242a2241,2242 > if (code & 2) > *not_monotonic_by_v = true; The test case works fine with current head. There were multiple changes in algorithms regarding to that file. Closing with worksforme. |