https://issues.apache.org/ooo/show_bug.cgi?id=119198
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Armin Le Grand <[email protected]> --- ALG: Found the problem. Pdf export uses metafiles to export, but for lines not the metafile actions for lines are used, but a structure called SvtGraphicStroke is created, streamed and hidden in a metafile comment action. For this action the line width was not adapted using the current transformation (the stack of transformations for conversion) from the primitive to metafile converter. It was used for creating the usual metafile line actions (which are and need to be created additionally), that's why conversion to metafile worked well for svg graphics. Added that conversion and the PDF export works well. Still, it should be based on primitives in the future. -- You are receiving this mail because: You are the assignee for the bug.
