[gs-regression] local cluster regression 8b660e2678b3c6f4592269d14e3767aca3dd51e0
marcos.woehrmann at artifex.com
marcos.woehrmann at artifex.com
Fri Sep 2 16:47:58 UTC 2011
8b660e2 Bug #692136 Change the FontBBox we use when a type 3 font has a NULL bbox.
------------------------------------------------------------------------
commit 8b660e2678b3c6f4592269d14e3767aca3dd51e0
Author: Ken Sharp <ken.sharp at artifex.com>
Date: Fri Sep 2 17:16:22 2011 +0100
Bug #692136 Change the FontBBox we use when a type 3 font has a NULL bbox.
PCL creates type 3 fonts where the BBox is 0 0 0 0. This causes Acrobat problems,
so we replace it with a 'default'. Previously this was 0 0 1000 1000, but this
is incorrect for the type 3 fonts created from PCL, and makes it impossible
to search/highlight text in the resulting PDF.
We now check for a type 3 font with an all zero BBox, and instead use 0 0 1 -1
which for PCL fonts works well. Regression tests show no differences with this
change, and hopefully its no more incorrect than it was before.
No differences expected.
Changed files:
gs/base/gdevpdtt.c
Products tested: gs ls pcl xps
New warnings:
None
ran 53171 tests in 1806 seconds on 10 nodes
Differences in 1 of 42121 non-pdfwrite/ps2write test(s):
tests_private/xps/xpsfts-a4/fts_45xx.xps.bitrgb.72.0 xps inches henrysx6
No differences in 6632 pdfwrite tests
No differences in 4418 ps2write tests
The following 1 regression file(s) have started producing errors:
tests_private/comparefiles/Bug690534.pdf.ps.pkmraw.300.0 gs ps2write inches kilometers Timeout_reading_input_file
-------------------------------------------------------------------------------------------------------
The following 13 regression file(s) had differences but matched at least once in the previous 50 runs:
tests_private/comparefiles/Bug691783.pdf.ps.pkmraw.300.0 gs ps2write inches macpro ad0cf1990ae540252f68c50fa4627ed3b1752b89 3
tests_private/comparefiles/Bug691783.pdf.ps.pkmraw.300.0 gs ps2write inches macpro ad0cf1990ae540252f68c50fa4627ed3b1752b89 3
tests_private/comparefiles/Bug691783.pdf.ps.ppmraw.300.0 gs ps2write kilometers meters a00c728c4c3ffa2392765294bc21b90b6e38496f 2
tests_private/comparefiles/Bug691783.pdf.ps.ppmraw.300.0 gs ps2write kilometers meters a00c728c4c3ffa2392765294bc21b90b6e38496f 2
tests_private/pdf/PDF_1.7_FTS/fts_14_1420.pdf.psdcmyk.72.0 gs kilometers i7a af34c29e19ce012f71cb3713d4756ee43d6aa1d0 4
tests_private/pdf/PDF_1.7_FTS/fts_17_1710.pdf.ps.pkmraw.300.0 gs ps2write henrysx6 henrysx6 ebc42b7b7b27977bac17a9f5a9f0626bcfdf8a16 22
tests_private/pdf/PDF_1.7_FTS/fts_17_1710.pdf.ps.ppmraw.300.0 gs ps2write i7 kilometers a00c728c4c3ffa2392765294bc21b90b6e38496f 2
tests_private/pdf/PDF_1.7_FTS/fts_25_2523.pdf.pdf.ppmraw.300.0 gs pdfwrite kilometers macpro a00c728c4c3ffa2392765294bc21b90b6e38496f 2
tests_private/pdf/PDF_1.7_FTS/fts_25_2523.pdf.pdf.ppmraw.300.0 gs pdfwrite kilometers macpro a00c728c4c3ffa2392765294bc21b90b6e38496f 2
tests_private/ps/ps3cet/12-02.PS.psdcmyk.72.0 gs i7b i7a ad0cf1990ae540252f68c50fa4627ed3b1752b89 3
tests_private/ps/ps3cet/12-07C.PS.psdcmyk.72.0 gs macpro macpro a8dbb2a904d52a9cce21db397b0918ce2d733214 9
tests_private/ps/ps3cet/34_all.PS.pgmraw.300.0 gs inches henrysx6 ad0cf1990ae540252f68c50fa4627ed3b1752b89 3
tests_private/ps/ps3cet/34_all.PS.pgmraw.300.1 gs i7b i7b ad0cf1990ae540252f68c50fa4627ed3b1752b89 3
More information about the gs-regression
mailing list