mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibWeb: Don't clip to containing block when painting abspos descendants
This commit is contained in:
parent
f941b7aefe
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