mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 07:49:05 +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
Notes:
sideshowbarker
2024-07-18 17:26:34 +09:00
Author: https://github.com/mattco98
Commit: f2d2f3fae7
Pull-request: https://github.com/SerenityOS/serenity/pull/7436
Reviewed-by: https://github.com/alimpfard
3 changed files with 36 additions and 21 deletions
|
@ -23,7 +23,7 @@
|
|||
V(SetColorRenderingIntent, set_color_rendering_intent, ri) \
|
||||
V(SetFlatnessTolerance, set_flatness_tolerance, i) \
|
||||
V(SetGraphicsStateFromDict, set_graphics_state_from_dict, gs) \
|
||||
V(PathBegin, path_begin, m) \
|
||||
V(PathMove, path_move, m) \
|
||||
V(PathLine, path_line, l) \
|
||||
V(PathCubicBezierCurve, path_cubic_bezier_curve, c) \
|
||||
V(PathCubicBezierCurveNoFirstControl, path_cubic_bezier_curve_no_first_control, v) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue