Files
ladybird/Userland/Libraries/LibWeb/SVG/SVGCircleElement.idl
2022-02-16 22:48:32 +03:30

9 lines
290 B
Plaintext

#import <SVG/SVGGeometryElement.idl>
[Exposed=Window]
interface SVGCircleElement : SVGGeometryElement {
// [SameObject] readonly attribute SVGAnimatedLength cx;
// [SameObject] readonly attribute SVGAnimatedLength cy;
// [SameObject] readonly attribute SVGAnimatedLength r;
};