LibWeb: Stub out SVGTransformList

This commit is contained in:
MacDue 2024-03-31 14:54:00 +01:00 committed by Alexander Kalenik
commit 3bab4fbae9
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00
5 changed files with 117 additions and 0 deletions

View file

@ -270,6 +270,7 @@ libweb_js_bindings(SVG/SVGTextPathElement)
libweb_js_bindings(SVG/SVGTextPositioningElement)
libweb_js_bindings(SVG/SVGTitleElement)
libweb_js_bindings(SVG/SVGTransform)
libweb_js_bindings(SVG/SVGTransformList)
libweb_js_bindings(SVG/SVGTSpanElement)
libweb_js_bindings(SVG/SVGUseElement)
libweb_js_bindings(Selection/Selection)