This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12374 - r30932 may bring back font issues related to FS#12306 & FS#12336.
Attached to Project:
Rockbox
Opened by zhkailing (zhkailing) - Tuesday, 08 November 2011, 15:05 GMT+2
Last edited by Fred Bauer (freddyb) - Thursday, 10 November 2011, 15:08 GMT+2
Opened by zhkailing (zhkailing) - Tuesday, 08 November 2011, 15:05 GMT+2
Last edited by Fred Bauer (freddyb) - Thursday, 10 November 2011, 15:08 GMT+2
|
This task depends upon
Closed by Fred Bauer (freddyb)
Thursday, 10 November 2011, 15:08 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r30932. Hopefully, that's the last reference to FONT_UI, which is now deprecated.
Thursday, 10 November 2011, 15:08 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r30932. Hopefully, that's the last reference to FONT_UI, which is now deprecated.
FS#12306andFS#12336are reproduced now.But It would seem that the latest rockbox doesn't support some 32-bit Bmps(Can be read, but not displayed properly). If I convert it to 24-bit, the theme returns to normal.
Bitmap contains alpha information (all zeros, though). Zero is considered entirely transparent as of recently that's why it's not displayed. Re-saving the file in gimp makes that zeros all 255s (0xff) which is entirely opaque and displayed correctly.
So not displaying it is correct considering our definition of transparency in 32bit bitmaps. Considering that, though, it's curious why there's slight garbage at the edges.