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 axeld, 17 years ago

Component: Kits/Interface KitServers/app_server
Owner: changed from axeld to stippi

comment:2 by mmlr, 16 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.