https://issues.apache.org/ooo/show_bug.cgi?id=74211
--- Comment #9 from Armin Le Grand <[email protected]> --- ALG: Identified problem; the MapMode and the logical size of the GraphicObject do not match the PixelSize. Since the cropping is done based on logic mapping, a wrong cropping is the result. There are two solutions: (a) scale the bitmap data to the size corresp. to the logic size and MapMode (b) adapt cropping With (a) quality and information will be lost from the bitmap data (in the example case it gets scaled smaller, but even scaling bigger adds no quality). Both work, I adapted (b) now and use it. Also took the time to add OverlayObject to visualize the cropped part of the graphic in crop mode for better orientation of the user. Preparing checkin... -- You are receiving this mail because: You are on the CC list for the bug.
