Bug 701473

Summary: ghostscript 9.27 bounding box too tight
Product: Ghostscript Reporter: Remko Scharroo <remko>
Component: PS InterpreterAssignee: Ken Sharp <ken.sharp>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 9.27   
Hardware: Macintosh   
OS: MacOS X   
Customer: Word Size: ---
Attachments: input file (bbox-test.ps) used in the bounding box tests

Description Remko Scharroo 2019-08-30 12:37:50 UTC
Created attachment 18063 [details]
input file (bbox-test.ps) used in the bounding box tests

Since version 9.27 the BoundingBox in the following test is too tight. The error is:
+7 points on the left
+1 point on the bottom
0 points on the right
0 points on the top

With version 9.26:
$ gs -q -dNOPAUSE -dBATCH -dNOSAFER -sDEVICE=bbox bbox-test.ps
%%BoundingBox: 93 53 573 361
%%HiResBoundingBox: 93.059997 53.117998 572.429022 360.929028

With version 9.27:
$ gs -q -dNOPAUSE -dBATCH -dNOSAFER -sDEVICE=bbox bbox-test.ps
%%BoundingBox: 100 54 573 361
%%HiResBoundingBox: 100.943997 54.575998 572.429022 360.929028

The input file is attached.
Comment 1 Ken Sharp 2019-08-30 12:43:15 UTC

*** This bug has been marked as a duplicate of bug 700952 ***