mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:38:12 +00:00
LibPDF: Add basic tiled, coloured pattern rendering
This commit is contained in:
parent
8191f2b47a
commit
8ff87911a3
5 changed files with 129 additions and 20 deletions
|
@ -97,6 +97,8 @@ struct RenderingPreferences {
|
|||
};
|
||||
|
||||
class Renderer {
|
||||
friend class PatternColorSpace;
|
||||
|
||||
public:
|
||||
static PDFErrorsOr<void> render(Document&, Page const&, RefPtr<Gfx::Bitmap>, Color background_color, RenderingPreferences preferences);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue