Bug 55983 - Creating transparent Freeform object does not result in transparent shape
Summary: Creating transparent Freeform object does not result in transparent shape
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSLF (show other bugs)
Version: 3.15-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-09 18:09 UTC by Vietlong Le
Modified: 2016-06-19 00:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vietlong Le 2014-01-09 18:09:53 UTC
A freeform shape is being created with the intent of having no / fully transparent fill color. This is attempted as:

Freeform shape = new Freeform();
shape.setFillColor(new Color(1f,1f,1f,0f));		

When POI eventually writes this to a powerpoint file, the resulting shape is not transparent. It appears that the alpha value in the Color object is not flowing through.
Comment 1 Andreas Beeker 2016-06-19 00:48:03 UTC
This was actually fixed a while ago via r1734865