mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17: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
|
@ -15,8 +15,8 @@ class SVGSVGPaintable : public PaintableBox {
|
|||
public:
|
||||
static NonnullRefPtr<SVGSVGPaintable> create(Layout::SVGSVGBox const&);
|
||||
|
||||
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::SVGSVGBox const& layout_box() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue