Bug 532032 - Support CSS opacity in image
Summary: Support CSS opacity in image
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.4.2   Edit
Hardware: PC All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Birt-Report-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-05 12:49 EST by Andrew Somerville CLA
Modified: 2018-03-05 12:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Somerville CLA 2018-03-05 12:49:40 EST
I'm using BIRT to generate a large PDF report. I'd like to be able to apply opacity to all images in my report using CSS for a print-friendly mode, simply to lighten the images to save ink/toner. For example, support for the following CSS would be useful: 

.image
{
    opacity: 0.2;     
}

Currently this produces: 

"Warning:   The value "0.2" for CSS2 property "opacity" is not supported"

I'm currently on 4.4.2 simply because no newer version in Maven is functional currently. If this is already in 4.6, perhaps an expedited release of a functional maven distribution of that release would be helpful. 

Let me know if there's any information I can provide or anything else I can assist with. 

Thanks! :)