Alpha value is not applied when color is set to 0 0 0 (black)
Bug #789604 reported by
Kai Hendrik Behrends
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Screenlets |
Confirmed
|
Low
|
Unassigned |
Bug Description
I'm trying to write a screenlet and the first thing I'm doing is adding a rectangle and coloring it.
See the code here: http://
When i set the color to 0 0 0 (black) and add an alpha e.g. 0.5 the alpha doesn't get applied other colors than black work just fine.
(another thing why doesn't the font i set get applied too?)
Changed in screenlets: | |
status: | New → Confirmed |
importance: | Undecided → Low |
To post a comment you must log in.
Setting of the font does not work because you don't set only family of the font, but also size and weight. This is not supported like that because of pango.FontDescr iption set_family does not support it. I filed a separate bug report for that, see https:/ /bugs.launchpad .net/screenlets /+bug/789775.