https://issues.apache.org/ooo/show_bug.cgi?id=123983
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ACCEPTED Ever confirmed|0 |1 --- Comment #5 from Armin Le Grand <[email protected]> --- Tried various changes at various places, all that stuff with PrefMapMode and PrefSize at Bitmaps and Metafiles is quite fragile; at the end I decided to change the fallback Metafile creator at the Graphic directly; it was not in all cases (e.g. in this one) creating valid Metafiles since the PrefSize could be different from the Metafile content size when the PrefMapMode of the Bitmap and the size in pixels did not match. Now just copy the PrefMapMocde and PrefSize from the bitmap and do not use a VirtualDevice and no real pait commands. Preparing commit... -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
