mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
9 lines
353 B
Text
9 lines
353 B
Text
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGEllipseElement : SVGGeometryElement {
|
|
// [SameObject] readonly attribute SVGAnimatedLength cx;
|
|
// [SameObject] readonly attribute SVGAnimatedLength cy;
|
|
// [SameObject] readonly attribute SVGAnimatedLength rx;
|
|
// [SameObject] readonly attribute SVGAnimatedLength ry;
|
|
};
|