diff options
author | Linus Groh <mail@linusgroh.de> | 2021-01-12 21:00:04 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-12 21:41:14 +0100 |
commit | 545b4879e43472f92bcee5e9142f41cd5fd88e32 (patch) | |
tree | 9445aecf122ba9bf3081d32f66c1b77c00be6bf5 /Userland/Libraries/LibDesktop | |
parent | dc34ecf394c33c00aa9483c96150523e437df82e (diff) | |
download | serenity-545b4879e43472f92bcee5e9142f41cd5fd88e32.zip |
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
The underlying fill_rect() works correctly, but the special case for
thickness = 1 was not blending the new color with the target pixel's
color, causing RGBA colors to be painted as their RGB counterpart.
Diffstat (limited to 'Userland/Libraries/LibDesktop')
0 files changed, 0 insertions, 0 deletions