https://bugs.documentfoundation.org/show_bug.cgi?id=166583
--- Comment #2 from Regina Henschel <[email protected]> --- Created attachment 200837 --> https://bugs.documentfoundation.org/attachment.cgi?id=200837&action=edit classification of rendering in PP The spreadsheet contains a list of all preset shapes in column A. Column B contains shape PP renders it in type "shape" (UI) circle PP renders it as if it would be of type circle buggy PP renders it with artifacts strange PP renders it neither as "circle" nor as "shape" You can sort the list to get an overview, for which shapes we should set the fill type to "Radial". Forcing the gradient to type Rectangular happens in aGradient.SetGradientStyle(awt::GradientStyle_RECT); https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/fillproperties.cxx?r=4f6666529003185fcf40bf23a8f2bcfd8596724c#523 Unfortunately the shape type is not available there. The caller has it as mnShapePresetType in mpCustomShapePropertiesPtr. -- You are receiving this mail because: You are the assignee for the bug.
