Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3, 4.3.4
-
Fix Version/s: 4.4, 5.0.0 alpha1, 5.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A potential client sent in a PDF that had missing content on a large vector diagram. After closer inspection it turned out to be an issue with our tiling pattern. Putting sample on support drive.
Issue Links
- depends on
-
PDF-439 Text is displayed as black squares since IcePDF v4.1.1
- Closed
Updated the TilingPattern class so that the bbox converted to users-space is calculated during to the init method and available to the content parser during parsing. We know only try to use a tilled paint if the bounds are larger the 1x1 pixel.