https://issues.apache.org/ooo/show_bug.cgi?id=123438
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Armin Le Grand <[email protected]> --- ALG: Problem seems simply that the original graphic is put to the clipboard. Checking... (a) self created (insert shape, convert to bitmap, crop) -> works (b) self created metafile -> works (c) inserted SVG -> works (d) inserted metafile -> works (e) inserted gif -> wrong, full image and offset in it (right-shifted) (f) inserted jpeg -> correct in word, strange colors in paint.NET (g) inserted PNG -> wrong, full image appears (word and paint.NET) Seems to depend on image type; this is absolutely possible, there are shortcut paths for image access throughout the office code. If one of these does not take into account that the image is clipped, it will be used completely. Background: The clippped image is always complete in the model, clipping is defined by 4 values (in image coordinate units) which define the crop distances from all four edges. Thus, AFAICS, wrong for gif and PNG (paint.NET has a strange clipboard implementation, not sure if the wrong colors can be taken as a hint for another error). -- 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.
