Bug 65234

Summary: method getLineColor() in org.apache.poi.xslf.usermodel.XSLFSimpleShape return incorrect color.
Product: POI Reporter: Stas <stas>
Component: XSLFAssignee: POI Developers List <dev>
Status: RESOLVED WORKSFORME    
Severity: normal CC: stas
Priority: P2    
Version: 4.1.2-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Test file with fills and borders of different colors

Description Stas 2021-04-12 13:21:27 UTC
In the test file, for each text, the fill color is the same as the border color.
But the fill color is recognized correctly, and the border color is not correct.

Actual result: After recognizing the pptx file, the fill colors are correct, and the border colors take the value of the base color (green, yellow, etc.), but there is no gradation for shades as in the case of fill colors.

Expected result: After the pptx file is recognized, the fill colors and border colors have the same values. (This is true in the case of a test file).
Comment 1 Stas 2021-04-12 13:23:03 UTC
Created attachment 37808 [details]
Test file with fills and borders of different colors
Comment 2 Andreas Beeker 2021-04-23 20:08:54 UTC
Please give the trunk a try - see http://poi.apache.org/components/slideshow/ppt-wmf-emf-renderer.html for instructions

The rendering of the slide seems to be ok.

Reopen the ticket if I'm not correct.