LibWeb: Add the clip-path property and resolve it for SVG elements

This commit is contained in:
MacDue 2024-03-27 00:06:35 +00:00 committed by Andreas Kling
commit 03f957dc79
Notes: sideshowbarker 2024-07-16 23:23:26 +09:00
6 changed files with 51 additions and 3 deletions

View file

@ -47,6 +47,8 @@ public:
JS::GCPtr<SVG::SVGMaskElement const> mask() const;
JS::GCPtr<SVG::SVGClipPathElement const> clip_path() const;
protected:
SVGGraphicsElement(DOM::Document&, DOM::QualifiedName);