mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibWeb: Implement the SVGAnimatedLength type
This commit is contained in:
parent
ebf3829f1c
commit
7a6b4e33ba
5 changed files with 71 additions and 0 deletions
|
@ -286,6 +286,7 @@ class ResizeObserver;
|
|||
}
|
||||
|
||||
namespace Web::SVG {
|
||||
class SVGAnimatedLength;
|
||||
class SVGCircleElement;
|
||||
class SVGElement;
|
||||
class SVGEllipseElement;
|
||||
|
@ -510,6 +511,7 @@ class StyleSheetListWrapper;
|
|||
class StyleSheetWrapper;
|
||||
class SubmitEventWrapper;
|
||||
class SubtleCryptoWrapper;
|
||||
class SVGAnimatedLengthWrapper;
|
||||
class SVGCircleElementWrapper;
|
||||
class SVGElementWrapper;
|
||||
class SVGEllipseElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue