https://bugs.documentfoundation.org/show_bug.cgi?id=167629
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #9 from Michael Weghorn <[email protected]> --- (In reply to Noel Grandin from comment #8) > Working for me OK, thanks for checking. I might then possibly do some further analysis at some point. When retesting in my setup now with gtk3, c188d8848704880607d267c329b0425d6cf96d5a fixes broken background e.g. in the "Properties" deck in the Writer *sidebar*, but the white background in the formatting *toolbar* remains. This seems somewhat related to the meta file path being used for the latter, introduced in commit c3da84a10260b3260ee42df900e2ff01119e4f7c Author: Caolán McNamara Date: Fri Nov 11 15:52:51 2022 +0000 Resolves: tdf#151898 get hidpi font/highlight color icons Most of this wouldn't be necessary if we could solve the split alpha problem. In the meantime, let Image take a MetaFile as an arg, record what we want to do in the metafile, and play it back when we need to generate the bitmap for to render the image. That way we don't have alpha to worry about during the recording, and we only have one alpha in the final rendering, as opposed to having two alphas in a source and in destination VirtualDevice, which is problematic in most backends. whose commit message suggests that some of its logic might be unnecessary by now since "the split alpha problem" it mentions is solved by now, IIUC. -- You are receiving this mail because: You are the assignee for the bug.
