mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27: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
6
Userland/Libraries/LibWeb/SVG/SVGAnimatedLength.idl
Normal file
6
Userland/Libraries/LibWeb/SVG/SVGAnimatedLength.idl
Normal file
|
@ -0,0 +1,6 @@
|
|||
#import <SVG/SVGLength.idl>
|
||||
|
||||
interface SVGAnimatedLength {
|
||||
readonly attribute SVGLength baseVal;
|
||||
readonly attribute SVGLength animVal;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue