1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

Revert "LibPDF: Add basic tiled, coloured pattern rendering"

This reverts commit 8ff87911a3.
This commit is contained in:
Nico Weber 2023-12-19 18:49:12 -05:00 committed by Andreas Kling
parent 7cb216c95b
commit 6032c06f6b
5 changed files with 20 additions and 129 deletions

View file

@ -97,8 +97,6 @@ struct RenderingPreferences {
};
class Renderer {
friend class PatternColorSpace;
public:
static PDFErrorsOr<void> render(Document&, Page const&, RefPtr<Gfx::Bitmap>, Color background_color, RenderingPreferences preferences);