Files
ladybird/Userland/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp
Aliaksandr Kalenik 74f6dce9e6 LibWeb: Use Gfx::Painter in CanvasRenderingContext2D::get_image_data()
...instead of directly mutating Gfx::Bitmap.

This change is preparation for using GPU-backend for canvas painting
where direct mutating of backing storage that bypasses painter is no
longer possible.
2024-09-21 08:59:00 +02:00

33 KiB