Changes between Version 1 and Version 2 of Ticket #16502


Ignore:
Timestamp:
Aug 30, 2020, 12:58:12 AM (4 years ago)
Author:
smallstepforman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16502 – Description

    v1 v2  
    1 Disregard - I need more sleep.  Please close.
    2 
    31I have 2 code paths to draw a BPolygon.  The first one draws directly from BView::Draw() (via FillPolygon) and works fine .  If I add the same BView to a BBitmap, then there is occassional corruption when drawing the BPolygon.  See screenshots.  The grey polygon is done directly via BView::Draw::FillPolygon.  The coloured polygon is drawn when added to bitmap (it creates a mask used for compositing).  Saving the BBitmap data also shows the corruption so it's not the compositing code path.
    4