diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-29 22:29:27 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-29 22:30:12 +0100 |
commit | 449d56ef746cde5563cd42d33b1cff0b79d2e10c (patch) | |
tree | 2db27c0ae864c6ec54e51bc3d5661db7acc7711e /Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp | |
parent | a8c823f242a49a5506117f43ab98d3c2bf2e4e76 (diff) | |
download | serenity-449d56ef746cde5563cd42d33b1cff0b79d2e10c.zip |
LibGfx: Don't use Gfx::Painter in GIF decoder
Painter currently tries to load fonts, which won't work if we're in a
tightly pledged process.
It was only used to fill a rect with transparent pixels, so just do
that manually instead.
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp')
0 files changed, 0 insertions, 0 deletions