mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibPDF: Add a very poor path clipping implementation
This completely ignores the actual path and just uses its bounding box, since our painter doesn't support clipping to paths.
This commit is contained in:
parent
b6c884d20c
commit
f2d2f3fae7
3 changed files with 36 additions and 21 deletions
|
@ -110,7 +110,7 @@ private:
|
|||
const Page& m_page;
|
||||
Gfx::Painter m_painter;
|
||||
|
||||
Gfx::Path m_path;
|
||||
Gfx::Path m_current_path;
|
||||
Vector<GraphicsState> m_graphics_state_stack;
|
||||
Gfx::AffineTransform m_text_matrix;
|
||||
Gfx::AffineTransform m_text_line_matrix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue