https://bugs.documentfoundation.org/show_bug.cgi?id=148501
--- Comment #5 from Regina Henschel <[email protected]> --- Created attachment 179666 --> https://bugs.documentfoundation.org/attachment.cgi?id=179666&action=edit Variants with 2 darken values The too dark shadings are introduced with #i102797. https://bz.apache.org/ooo/show_bug.cgi?id=102797 https://cgit.freedesktop.org/libreoffice/core/diff/svx/source/customshapes/EnhancedCustomShape2d.cxx?id=c048fcfc8b1c68a0d652e17847a40804cb955940 That introduces a new method for calculating the shading. The ColorData of the "mso_spt*" shapes are adapted to the new calculation. But there was no change for other shape types. In the long run, the shapes "Octagon Bevel" and "Diamond Bevel" should be replaced by ones that contain the shading information inside the <enhanced-path> element. ColorData allows 7 grades of lighten and 8 grades of darken. But OOXML and our API for element <enhanced-path> has only 2 grades of lighten and 2 grades of darken. "Diamond Bevel" has 2 lighten and 2 darken values. That works directly. But "Octagon Bevel" has 2 lighten and 3 darken values. Some variants to reduce it are shown in the attachment. The current version of the patch uses variant B. -- You are receiving this mail because: You are the assignee for the bug.
