Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear the on-screen surface every frame. (flutter#6753)
We are currently clearing the offscreen surface before rasterizing, but as we draw the image snapshot of the offscreen surface into the onscreen surface transparent pixels are blended with the current contents of the onscreen surface instead of replacing them. This is particularly noticeable when embedding platform views.
- Loading branch information