ChatMessage: Use Kirigami.ShadowedRectangle for better performance
Kirigami.ShadowedRectangle
is a custom hardware accelerated shadow which is a lot faster compared to a drop shadow. I don't have any direct comparison to RectangularGlow
, but chances are that the ShadowedRectangle
is still a lot better thanks to running on the GPU.
Edited by Melvin Keskin