summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGAnimatedLength.idl
blob: 81dd206ca81ff80b4b278a99acf2ca3bbc65df16 (plain)
1
2
3
4
5
6
7
8
#import <SVG/SVGLength.idl>

// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLength
[Exposed=Window]
interface SVGAnimatedLength {
    readonly attribute SVGLength baseVal;
    readonly attribute SVGLength animVal;
};