LibWeb: Stub out SVGMaskElement

Just enough that we stop creating layout nodes for mask elements, which
was making some SVG content look very wrong. :^)
This commit is contained in:
Andreas Kling 2023-08-10 09:55:15 +02:00
commit 9e22f01eba
Notes: sideshowbarker 2024-07-17 00:23:42 +09:00
10 changed files with 99 additions and 0 deletions

View file

@ -592,6 +592,7 @@ class SVGGeometryElement;
class SVGGraphicsElement;
class SVGLength;
class SVGLineElement;
class SVGMaskElement;
class SVGPathElement;
class SVGPolygonElement;
class SVGPolylineElement;