mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
LibWeb: Implement SVGAnimatedNumber
See https://www.w3.org/TR/2013/WD-SVG2-20130409/types.html#InterfaceSVGAnimatedNumber
This commit is contained in:
parent
454ecf24ea
commit
66d1b78348
5 changed files with 79 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue