mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +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
|
@ -0,0 +1,8 @@
|
|||
#import <SVG/SVGTransformList.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/single-page.html#coords-InterfaceSVGAnimatedTransformList
|
||||
[Exposed=Window]
|
||||
interface SVGAnimatedTransformList {
|
||||
[SameObject] readonly attribute SVGTransformList baseVal;
|
||||
[SameObject] readonly attribute SVGTransformList animVal;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue