DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39261>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39261

           Summary: Rasterized paints upside down if coordinate system is
                    inverted
           Product: Fop
           Version: 0.91
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


When you invert the coordinate system using PDFGraphics2D.scale(1,-1), to make 
it compatible with AWT's coordinate system, the inversion is not obeyed by the 
painter routine that processes unknown paints, see example below. That is, the 
raster is the same as if you didn't define the transform. See attached 
example, as well as current and expected output.

I used gradient paint to force rasterization, so you must disable my recent 
patch (bug #39033) that prevents rasterization, to see the error.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to