Opened 17 years ago
Closed 16 years ago
#1680 closed bug (fixed)
BView's DrawBitmap() : B_OP_OVER & B_OP_BLEND etc.
Reported by: | anthonylee | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Haiku's BView::DrawBitmap() still draw the TRANSPARENT content when the drawing mode is B_OP_OVER or B_OP_BLEND, etc.
Change History (2)
comment:1 by , 17 years ago
Component: | Kits/Interface Kit → Servers/app_server |
---|---|
Owner: | changed from | to
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Most of the drawing modes were a bit broken, but should now be fixed in hrev26075. The transparency handling with DrawBitmap() was simply not implemented for most drawing modes. Also the B_TRANSPARENT_MAGIC_* values should now be treated correctly as transparency.