mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:45:09 +00:00
8 lines
290 B
Text
8 lines
290 B
Text
#import <SVG/SVGGeometryElement.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGCircleElement : SVGGeometryElement {
|
|
// [SameObject] readonly attribute SVGAnimatedLength cx;
|
|
// [SameObject] readonly attribute SVGAnimatedLength cy;
|
|
// [SameObject] readonly attribute SVGAnimatedLength r;
|
|
};
|