https://bugs.documentfoundation.org/show_bug.cgi?id=166994
--- Comment #11 from Patrick (volunteer) <[email protected]> --- I have implemented a quick and dirty way to fix this bug: https://gerrit.libreoffice.org/c/core/+/186530 The tradeoff in this patch is that it moves cached alpha blended outside of the Skia image cache. This will cause the overall memory usage to increase as it keeps the cached image alive longer and it won't be deleted until a bitmap is revoked from the GraphicMemoryLimit cache or the bitmap's document is closed. Don't know if there is a reliable way to reduce the increased number of cached images. -- You are receiving this mail because: You are the assignee for the bug.
