1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibWeb: Implement SVGAnimatedNumber

See https://www.w3.org/TR/2013/WD-SVG2-20130409/types.html#InterfaceSVGAnimatedNumber
This commit is contained in:
MacDue 2023-04-18 18:51:00 +01:00 committed by Andreas Kling
parent 454ecf24ea
commit 66d1b78348
5 changed files with 79 additions and 0 deletions

View file

@ -191,6 +191,7 @@ libweb_js_bindings(Streams/ReadableStreamDefaultReader)
libweb_js_bindings(Streams/WritableStream)
libweb_js_bindings(Streams/WritableStreamDefaultWriter)
libweb_js_bindings(SVG/SVGAnimatedLength)
libweb_js_bindings(SVG/SVGAnimatedNumber)
libweb_js_bindings(SVG/SVGClipPathElement)
libweb_js_bindings(SVG/SVGDefsElement)
libweb_js_bindings(SVG/SVGElement)