ICEpdf
  1. ICEpdf
  2. PDF-248

XObject clipping issue with non rectanglular clips.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.2
    • Fix Version/s: 4.1.3
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      any

      Description

      A client sent in a PDF document that had an image that should have had some content clipped from an image. After closer inspection of the PDF it turned out that the image being rendered was in an Xobject. When an Xobject is painted we must first convert an xobject's bbox into the correct coordinate space and then create a new clip that is the intersection of the current clip with the bbox clip. Closer inspection of the code that does this shows that we where getting the current clips bounds instead of the clips actual shape. In the PDF in question the clips is actually pretty complex shape and the bounds incorrectly define what actually needs to be clipped.

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Arran Mccullough made changes -
        Salesforce Case [5007000000E6WBN]
        Patrick Corless made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Patrick Corless added a comment -

        Fixed a xobject clipping issue where the clips bounds where used instead of the clips actual shape. The bounds method is faster then using the clip shape but the bounds but there is a risk of not applying the correct clip.

        Show
        Patrick Corless added a comment - Fixed a xobject clipping issue where the clips bounds where used instead of the clips actual shape. The bounds method is faster then using the clip shape but the bounds but there is a risk of not applying the correct clip.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23754 Mon Jan 10 08:19:41 MST 2011 patrick.corless PDF-248 fixed a xobject clipping issue where the clips bounds where used instead of the clips actual shape. The bounds method is faster then using the clip shape but the bounds but there is a risk of no applying the correct clip.
        Files Changed
        Commit graph MODIFY /icepdf/trunk/icepdf/core/src/org/icepdf/core/util/ContentParser.java
        Patrick Corless made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 4.1.3 [ 10257 ]
        Patrick Corless created issue -

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Patrick Corless
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: