mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Don't clip to containing block when painting abspos descendants
This commit is contained in:
parent
f941b7aefe
commit
63c727a4a3
Notes:
sideshowbarker
2024-07-17 07:11:10 +09:00
Author: https://github.com/awesomekling
Commit: 63c727a4a3
10 changed files with 37 additions and 25 deletions
|
@ -13,8 +13,8 @@ namespace Web::Painting {
|
|||
|
||||
class SVGPaintable : public PaintableBox {
|
||||
public:
|
||||
virtual void before_children_paint(PaintContext&, PaintPhase) const override;
|
||||
virtual void after_children_paint(PaintContext&, PaintPhase) const override;
|
||||
virtual void before_children_paint(PaintContext&, PaintPhase, ShouldClipOverflow) const override;
|
||||
virtual void after_children_paint(PaintContext&, PaintPhase, ShouldClipOverflow) const override;
|
||||
|
||||
Layout::SVGBox const& layout_box() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue