https://issues.apache.org/bugzilla/show_bug.cgi?id=53188
Priority: P2
Bug ID: 53188
Assignee: [email protected]
Summary: Arrows do not have a "tips" when converted to image.
Severity: normal
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: HSLF
Product: POI
Created attachment 28721
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28721&action=edit
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();
}
}
}
--
You are receiving this mail because:
You are the assignee for the bug.