mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02: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;
|
|
};
|