summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGRectElement.idl
blob: 801742b95d4bcbe9151fb9b5f29c17b46a9f095d (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <SVG/SVGGeometryElement.idl>

[Exposed=Window]
interface SVGRectElement : SVGGeometryElement {
    // [SameObject] readonly attribute SVGAnimatedLength x;
    // [SameObject] readonly attribute SVGAnimatedLength y;
    // [SameObject] readonly attribute SVGAnimatedLength width;
    // [SameObject] readonly attribute SVGAnimatedLength height;
    // [SameObject] readonly attribute SVGAnimatedLength rx;
    // [SameObject] readonly attribute SVGAnimatedLength ry;
};