You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a box (drop) shadow under an opaque rectangle with say a moderate drop shadow blur and x/y offset, the majority of the drop shadow's pixels are overdrawn by the opaque rectangle.
We could reduce overdraw a lot by applying a difference (rounded rect) clip on the Skia canvas before drawing the box shadow texture.
The text was updated successfully, but these errors were encountered:
When rendering a box (drop) shadow under an opaque rectangle with say a moderate drop shadow blur and x/y offset, the majority of the drop shadow's pixels are overdrawn by the opaque rectangle.
We could reduce overdraw a lot by applying a difference (rounded rect) clip on the Skia canvas before drawing the box shadow texture.
The text was updated successfully, but these errors were encountered: