LibWeb: Add SVGNumber

This commit is contained in:
Jelle Raaijmakers 2025-11-05 12:06:56 +01:00 committed by Jelle Raaijmakers
parent 0dd8e1e6f2
commit 7e869c7816
Notes: github-actions[bot] 2025-11-09 00:24:28 +00:00
9 changed files with 112 additions and 9 deletions

View file

@ -1117,6 +1117,7 @@ class SVGLength;
class SVGLineElement;
class SVGMaskElement;
class SVGMetadataElement;
class SVGNumber;
class SVGPathElement;
class SVGPolygonElement;
class SVGPolylineElement;