Bug 53188 - Arrows do not have a "tips" when converted to image.
Summary: Arrows do not have a "tips" when converted to image.
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.8-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 09:05 UTC by Dmitry Zamula
Modified: 2015-11-17 00:11 UTC (History)
0 users



Attachments
Test source file (ppt) (100.50 KB, application/vnd.ms-powerpoint)
2012-05-04 09:05 UTC, Dmitry Zamula
Details
result of converting (4.09 KB, image/png)
2012-05-04 09:05 UTC, Dmitry Zamula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Zamula 2012-05-04 09:05:19 UTC
Created attachment 28721 [details]
Test source file (ppt)

In the attached PPT, when converted to image, the arrowtips does not come. Draws only the lines.

Apache POI 3.8

public class Main {

    public static void main(String[] args) {
        String input[] = {"D:\\Test.ppt"};
        try {
            PPT2PNG.main(input);
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}
Comment 1 Dmitry Zamula 2012-05-04 09:05:43 UTC
Created attachment 28722 [details]
result of converting
Comment 2 Andreas Beeker 2015-11-17 00:11:30 UTC
This has been fixed as part of r1714290

I have to admit, that the arrows/triangles still look a bit strange ... but at 
least they are there.