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

interface SVGAnimatedLength {
    readonly attribute SVGLength baseVal;
    readonly attribute SVGLength animVal;
};