https://issues.apache.org/ooo/show_bug.cgi?id=123983
--- Comment #4 from Armin Le Grand <[email protected]> --- When using 'original size' it can be seen that the size/scaling of the wrong metafile is not wrong in that aspect, but what is wanted is a 1:1 copy, including the current scaling/position of the object. Problem is at metafile creation in SdrExchangeView::GetMarkedObjMetaFile where the single object selected case is optimized when it is a SdrGrafObj. That 'optimization' uses the Metafile it gets from the Graphic. That is not wrong in principle, but will have mapmode pixel and the pixel size set, so users of this cannot do other than show the original size (relative to DPI). The not-optimized case uses mapmode 100thmm and uses the current object size and position, thus when forcing to that version all works as expected. I will try to repair the optimized version... -- 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.
