Opened 12 years ago
Last modified 4 years ago
#650 new defect/bug
OSD transparency in some cases does not work
Reported by: | niccolo | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | version 0.6.0 |
Component: | core | Version: | git master |
Severity: | Keywords: | alpha, transparency, map, style, design | |
Cc: |
Description
I have navit svnr3535 on OpenMoko FreeRunner, using internal gui.
It seems that the osd transparency works only if RGB components are 00 or FF.
An example:
background_color="#ff0000a0" works (get semi-transparent red). background_color="#fe0000a0" does not work (get opaque red).
May be it is related to bg #584
Change History (5)
comment:1 Changed 12 years ago by elhennig
comment:2 Changed 12 years ago by jw
comment:3 Changed 10 years ago by usul
- Keywords alpha transparency map style design added
- Milestone set to version 0.5.1
IMHO this is heavy related to #1136. The alpha is buggy because of the way we currently implement the processing.
Will schedule it to 0.5.1
comment:4 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.1 to version 0.5.2
This ticket was pushed back in order to bring 0.5.1 out soon.
comment:5 Changed 4 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.2 to version 0.6.0
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
This is true for gtk graphics. For exmple I tried #111111aa which does not work, however if I change the base color to #000000 it works flwlessly in gtk graphics.
It works with sdl graphics, though.