mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibWeb: Stub out SVGAnimatedTransformList
This commit is contained in:
parent
3bab4fbae9
commit
6d72f40d8d
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/MacDue
Commit: 6d72f40d8d
Pull-request: https://github.com/SerenityOS/serenity/pull/23793
Reviewed-by: https://github.com/shannonbooth
5 changed files with 92 additions and 0 deletions
|
@ -241,6 +241,7 @@ libweb_js_bindings(SVG/SVGAnimatedLength)
|
|||
libweb_js_bindings(SVG/SVGAnimatedNumber)
|
||||
libweb_js_bindings(SVG/SVGAnimatedRect)
|
||||
libweb_js_bindings(SVG/SVGAnimatedString)
|
||||
libweb_js_bindings(SVG/SVGAnimatedTransformList)
|
||||
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