Skip to content

Replace ShadowedRectangle + OpacityMask with ShadowedTexture

Arjen Hiemstra requested to merge work/ahiemstra/overviewmask into master

The OpacityMask is used purely for rounding the corners. We can get rid of it by using ShadowedTexture which does the same thing while also drawing the shadow.

Merge request reports