mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Callers of draw_pixel() are not expecting it to apply translation since they will have already done that themselves. This was causing draw_line() with thickness>1 to have an offset applied in case the painter was already translated.