https://issues.apache.org/ooo/show_bug.cgi?id=118804
--- Comment #4 from Armin Le Grand <[email protected]> 2012-02-03 14:44:33 UTC --- ALG: Problem is in the GraphicExporter component (svx). For single objects, it tries to use shortcuts, e.g. in this case the selected object is a graphic object and it gets the graphic directly from it (that's why it works with two objects selected). In this case, the graphic is a vector format, despite pixels are requested. Somwhere outside the GraphicExporter the metafile gets converted to pixels (some fallback magic somewhere in old code), but there no info about wanted resolution is available. ALG: Changed GraphicExporter to only accept shortcuts to pixel-oriented graphic objects; this was already half there, but wrong. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
