mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.