mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
9 lines
290 B
Plaintext
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;
|
|
};
|