LibWeb: Add SVGAnimatedEnumeration

This commit is contained in:
Jelle Raaijmakers 2025-02-21 13:22:15 +01:00 committed by Jelle Raaijmakers
commit aeef179668
Notes: github-actions[bot] 2025-02-22 09:15:33 +00:00
8 changed files with 115 additions and 0 deletions

View file

@ -300,6 +300,7 @@ standard_idl_files = [
"//Userland/Libraries/LibWeb/Streams/WritableStreamDefaultController.idl",
"//Userland/Libraries/LibWeb/Streams/WritableStreamDefaultWriter.idl",
"//Userland/Libraries/LibWeb/SVG/SVGAElement.idl",
"//Userland/Libraries/LibWeb/SVG/SVGAnimatedEnumeration.idl",
"//Userland/Libraries/LibWeb/SVG/SVGAnimatedLength.idl",
"//Userland/Libraries/LibWeb/SVG/SVGAnimatedNumber.idl",
"//Userland/Libraries/LibWeb/SVG/SVGAnimatedRect.idl",