mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
7 lines
315 B
Text
7 lines
315 B
Text
[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;
|
|
};
|